mysql auto increment

//Set auto increment
alter table test.new_table MODIFY id INT UNSIGNED AUTO_INCREMENT;
//Reset
truncate test.new_table;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326518472&siteId=291194637