mysql 修改列为主键 自增

alter table tb_name modify id int auto_increment primary key

你可能感兴趣的:(mysql 修改列为主键 自增)