alter table 테이블명 add attr이름 type


예)

alter table board add name varchar(20);

+ Recent posts