mysql针对已有字段设置自增主键,并放在置为表首字段

table tablename modify id int(20) not null auto_increment  comment '序号' first, add PRIMARY KEY (id asc);

posted @ 2021-08-16 10:06  *乐途*  阅读(123)  评论(0)    收藏  举报