table tablename modify id int(20) not null auto_increment comment '序号' first, add PRIMARY KEY (id asc);