mysql specifies or resets the initial value of the table's auto-increment column

 

mysql specifies or resets the initial value of an auto-increment column

 

You can use the "MySQL AUTO_INCREMENT=n" option to specify an auto-increment initial value when creating a table.

alter table busi_merchant_cooperator auto_increment=100000000;

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327060481&siteId=291194637