给表添加主键列

alter table tablename add id int(11) primary key AUTO_INCREMENT; # 添加自增主键

posted @ 2021-10-11 15:10  可可逗豆  阅读(100)  评论(0)    收藏  举报