Entity Attribute code uniqueness
我想建两个实体,这两个实体都有id属性,我想用同样的名字都叫id,在生成物理模型的时候提示:
-Entity Attribute name uniqueness
ErrorThe 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
ErrorThe 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