alter table tableName MODIFY id bigint auto_increment,并且设置中选中id设置行勾选“自动递增”
MySQL 已有表id自动增加
最新推荐文章于 2024-07-06 19:19:46 发布
alter table tableName MODIFY id bigint auto_increment,并且设置中选中id设置行勾选“自动递增”