powerdesiner概念模型转物理模型以及失败的解决方法

powerdesiner概念模型转物理模型

概念模型转物理模型

关于powerdesinger 出现Entity Attribute code uniqueness解决办法

Entity Attribute code uniqueness
我想建两个实体,这两个实体都有id属性,我想用同样的名字都叫id,在生成物理模型的时候提示:

  • Entity Attribute name uniqueness
    Error The following entity attribute does not have unique name:
    -> Entity Attribute 'Entity_1.id' (::Entity_1)
    -> Entity Attribute 'Entity_2.id' (::Entity_2)
  • Entity Attribute code uniqueness
    Error The following entity attribute does not have unique code:
    -> Entity Attribute 'Entity_1.id' (::Entity_1)
    -> Entity Attribute 'Entity_2.id' (::Entity_2)
    请问如何修改,才能生成物理模型,我不希望改实体的属性名
    我用的Power Designer 15.1
    ------解决方案--------------------
    Tool->check model...去掉Entity Attribute下Entity Attribute name uniqueness 和 Entity Attribute code uniqueness

————————————————
版权声明:本文为CSDN博主「咸鱼恒星」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/liuzhangheng13/article/details/38702803

原文地址:https://www.cnblogs.com/mengxiaoleng/p/11872626.html