PowerDesigner 15.3 中 CDM/LDM 模型的继承?
我下载了PowerDesigner 15.3的试用版,我想构建数据库的逻辑数据模型。问题是这个数据库必须大量使用继承,而我找不到建立继承关系的方法......“继承”按钮实际上是面板中唯一禁用的按钮,我找不到启用它的方法...其他人也有这个问题吗?我怎样才能启用它?
非常感谢。
I downloaded PowerDesigner 15.3's trial version, and I want to build a Logical Data Model of a database. The problem is that this database must use inheritance heavily, and I can't find a way to build an inheritance relationship... The 'Inheritance' button is in fact the only disabled button in the pallete, and I can't find a way to enable it... Did anyone else have this problem too? How can I enable it?
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我只能猜测你的模型使用的是巴克符号。
尝试在
Tools > 中选择其他符号。模型选项对话框。
例如选择 E/R+Merise。
I can only guess that your model is using the Barker notation.
Try to select another notation in the
Tools > Model Options
dialog.For example Choose E/R+Merise.
最好先建立一个概念数据模型(CDM),并在CDM中建立继承关系。
完成CDM后,您可以选择Tools>Generate Logical Data Model来生成LDM。
调整LDM后,可以选择Tools>Generate Physical Data Model来生成PDM。
最后,选择Database>Generate Database来生成SQL脚本。
You'd better build a conceptual data model(CDM) first, and build the inheritance relationship in CDM.
After finished the CDM, you can select Tools>Generate Logical Data Model to genrate the LDM.
After adjust the LDM, you can select Tools>Generate Physical Data Model to genrate the PDM.
At last, select Database>Generate Database to generate SQL scripts.