create table if not exists board (  

  uid int unsigned not null primary key auto_increment,

  index top (top)

);











Posted by 알 수 없는 사용자
,