摘要: 一、创建查询 二、将 alter table `表名` change id id int not null auto_increment UNIQUE;复制进去(以id为例) 三、运行ok 注意:手动添加时可以不写自增的数,例: 使用语句添加时直接写id即可,例: insert into user 阅读全文
posted @ 2017-12-01 16:51 Oo。 阅读(9235) 评论(0) 推荐(0) 编辑