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