为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:DM8
【操作系统】:Kylin Linux Advanced Server"
VERSION="V10 (Sword)"
【CPU】: ntel(R) Xeon(R) Platinum 8260 CPU @ 2.40GHz
【问题描述】*:表中id是自增的, 但是插入数据INSERT INTO biz_education_other ( school_name, education, graduation_time, major, resume_id, create_time, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ? ),提示违反表[biz_education_other]唯一性约束条件[biz_education_other_PRIMARY]
表里原本有数据吗?清空数据再试试呢?
迁移数据时表上的自增列约束先不要迁移,迁移数据完成后在进行自增列约束迁移即可
看看表结构以及biz_education_other_PRIMARY的约束定义