alter table t1 change column id id int not null primary key auto_increment;
mysql设置自增主键
最新推荐文章于 2024-10-03 12:15:43 发布
alter table t1 change column id id int not null primary key auto_increment;