第一步,在navicat中,例如表test新建查询,输入以下两行代码即可搞定。
alter table test add id int; alter table `test` change id id int not null auto_increment primary key;
第二步,右键test表,设计,将id移动至第一行就可。
第一步,在navicat中,例如表test新建查询,输入以下两行代码即可搞定。
alter table test add id int; alter table `test` change id id int not null auto_increment primary key;
第二步,右键test表,设计,将id移动至第一行就可。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。