MySQL添加自增主键 2020-12-08 MySQL MySQL 0 评论 字数统计: 14(字) 阅读时长: 1(分) 记录一下 1alter table resident_tag add id int(11) PRIMARY KEY auto_increment