MySQL数据库修改id字段自增

alter table table_name modify column col_name int auto_increment;
相关文章
相关标签/搜索