alter table tb_name change add add int(10) not null auto_increment primary key;

alter table tb_name change add add int(10) not null auto_increment primary key;

你可能感兴趣的:(alter table tb_name change add add int(10) not null auto_increment primary key;)