ALTER TABLE `db_user` MODIFY COLUMN `ID` int(12) NOT NULL AUTO_INCREMENT FIRST;
//将表 db_user 的 id 设为自增