mysql primary key 二月 16, 2017 Alter table tb add primary key(id); Alter table tb change id id int(10) not null auto_increment=1; 阅读全文