怎么修改mysql主键(id)的值为自增

alter table tb_name modify id int auto_increment primary key

原文地址:https://www.cnblogs.com/ada-zheng/p/3741159.html