insert into article set title = '제목', body = '내용';
default charset = utf8;
create table article ( title varchar(100), body text) default charset = utf8;