create table if not exists board (  

  uid int unsigned not null primary key auto_increment,

  index top (top)

);











,