摘要: 原因:主表a没有添加主键 解决:设置主表a的主键,语句如下: alter table a change id id int primary key auto_increment; 阅读全文
posted @ 2022-05-21 23:11 风中的琥珀 阅读(34) 评论(0) 推荐(0)