创建索引:
alter table resource AUTO_INCREMENT=1000; //id默认自增为1000;
转载于:https://www.cnblogs.com/shaohuixia/p/5845751.html