创建自增字段

create table table_name (id INT AUTO_INCREMENT PRIMARY KEY );

更改初始值

alter table table_name AUTO_INCREMENT=100


Logo

更多推荐