摘要: #在MySQL中删除主键需要两步. ##(1)如果有auto_increment,先删除之; ##(2)删除主键约束 primary key ###1、alter table table1 modify id int(11); mysql> desc table1; + + + + + + + | 阅读全文
posted @ 2021-09-08 11:03 老头还我葵花宝典 阅读(1160) 评论(0) 推荐(0)