alter table t1 change column id id int not null primary key auto_increment;
mysql设置自增主键
最新推荐文章于 2025-06-14 15:52:32 发布
alter table t1 change column id id int not null primary key auto_increment;