当前位置: 代码迷 >> PowerDesigner >> Entity Attribute code uniqueness解决办法
  详细解决方案

Entity Attribute code uniqueness解决办法

热度:11206   发布时间:2013-02-26 00:00:00.0
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' (<Model>::Entity_1)
-> Entity Attribute 'Entity_2.id' (<Model>::Entity_2)
- Entity Attribute code uniqueness
Error The following entity attribute does not have unique code:
-> Entity Attribute 'Entity_1.id' (<Model>::Entity_1)
-> Entity Attribute 'Entity_2.id' (<Model>::Entity_2)
请问如何修改,才能生成物理模型,我不希望改实体的属性名
我用的Power Designer 15.1
------解决方案--------------------------------------------------------
Tool->check model...去掉Entity Attribute下Entity Attribute name uniqueness 和 Entity Attribute code uniqueness
  相关解决方案