修改mysql表的itemId字段为自增长SQL语句

alter table 'users'(itemId int auto_increment primary key not null);

你可能感兴趣的:(修改mysql表的itemId字段为自增长SQL语句)