Im projecting ER diagram in PowerDesigner16. In every entity PowerDesigner does not allow me to mark primary key. Why?
Asked
Active
Viewed 4,084 times
2 Answers
1
You can recreate a CDM and set Unique code and reuse Allow fields.The table structure is then copied.

qiang220316
- 11
- 2
0
In the Conceptual Data Model, select Tools/Model Options... Under Data Item, uncheck both the Unique code and Allow reuse fields.

Sruj
- 1,177
- 2
- 18
- 38
-
I don't understand something... As you found, I think the problem was with the Unique Code, which prevents reused attributes from being Primary. But if these were reused attributes, how have you been able to uncheck Allow Reuse without getting the `The "allow reuse" preference cannot be deselected because at least one data item is shared by two entities.` message? – pascal Feb 05 '15 at 08:49