sql 默认id为1000

mac2022-06-30  25

创建索引:

alter table resource AUTO_INCREMENT=1000;  //id默认自增为1000;

转载于:https://www.cnblogs.com/shaohuixia/p/5845751.html

最新回复(0)