确保没有其他主键存在(主键从1开始自增)
alter table `test_table` add id int UNSIGNED not null auto_increment primary key;
注意:本文归作者所有,未经作者允许,不得转载
确保没有其他主键存在(主键从1开始自增)
alter table `test_table` add id int UNSIGNED not null auto_increment primary key;
注意:本文归作者所有,未经作者允许,不得转载