当前位置:编程学习 > JAVA >>

PD中的外键重复问题

因为表中有多对多的关系,生成数据库提示
Error: The following references have the same constraint name:
    For the foreign key constraint name "fk_yhlbb_relation__ygb":
      -> Reference "Relation_376" (relation_376)
        between the table "用户类别表" (yhlbb)
        and the table "员工表" (ygb)
      -> Reference "Relation_375" (relation_375)
        between the table "用户类别表" (yhlbb)
        and the table "员工表" (ygb)
说有相同的约束名,请问怎么解决???
补充:Java ,  非技术区
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,