PowerDesignern检查常见问题(部分)

1. Existence of refernce: 该表没有与其他表的关联(如外键等)
解决:在工具栏空白处右键打开Palette面板,选中Link/Extended Dependency 按钮, 然后在提示出错的表上添加到自己的Dependency。

2. Existence of index:没有索引

3. Existence of key:没有主键

4. constraint name uniquesness:关联约束重名

5. Table code maximum length:DBMS设置里面的表的code或者字段的code最大值设置过小
解决:点击Database -> Edit Current DBMS,在Script->Objects-> ,下面: Table-Maxlen和 Column-Maxlen两个值改大

6. Foreign key column data type divergence:
解决:右键错误信息选择:Automatic Correction

7. Undefined data type:未定义的数据类型

8. Reference constraint name maximum length is limited to 30 characters:
解决:Database>Edit Current DBMS…中修改Script>Objects中MaxConstLen的Value值为 60

9. Encryption Password existence:加密密码存在

10. Incomplete join:产生错误的reference所关联的两个表中主键不统一

11.Existence of index colum:主键与外码联系出现错误
解决:双击错误记录至index Properties窗口–>Columns–>在Columns Defintion下拉列表中选择正确的约束

你可能感兴趣的:(PowerDesignern检查常见问题(部分))