声明:以下内容均为转载
ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '1'
解决方案:1.将主键id为0的记录删掉(也可以将0换成一个非0数值)
2.然后在修改字段Alter table