powerdesiner概念模型转物理模型

概念模型转物理模型

关于powerdesinger 出现Entity Attribute code uniqueness解决办法

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

————————————————
版权声明:本文为CSDN博主「咸鱼恒星」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/liuzhangheng13/article/details/38702803

最新文章

  1. 使用ANTS Performance Profiler&ANTS Memory Profiler工具分析IIS进程内存和CPU占用过高问题
  2. 使用github的使用,利用git shell命令行模式进行操作
  3. 使用CSS将图片转换成黑白(灰色、置灰)z转
  4. FastSocket学习笔记~制定自已的传输协议
  5. “HTTP 错误 401.1 - 未授权:登录失败” iis配置和权限问题
  6. kafka 0.10.2 消息消费者
  7. 17.C++-string字符串类(详解)
  8. 使用JS取得焦点(focus)元素
  9. erlang在redhat上的安装
  10. Java自学编程学习之路资源合集
  11. 不应该使用String.valueOf的场景
  12. 【Spring】Spring3+Spring3MVCの環境構築(中)
  13. return this 和return * this
  14. python中的协程
  15. 去掉手机端延迟300ms
  16. mysql 架构~多写模式MGR
  17. 从Zero到Hero,OpenAI重磅发布深度强化学习资源
  18. mysql中 where in 用法详解
  19. Unable to load native-hadoop library for your platform... using builtin-java classes where applicable(四十四)
  20. BZOJ 1014 火星人 | 平衡树维护哈希

热门文章

  1. 『Codeforces 1186E 』Vus the Cossack and a Field (性质+大力讨论)
  2. angularJS <input type="file> 图片的base64编码
  3. linux端口释放
  4. JavaWeb_(Hibernate框架)Hibernate配置文件hibernate.cfg.xml
  5. 黑马vue---8-10、v-cloak、v-text、v-html、v-bind、v-on的基本使用
  6. CSS效果——绝对居中
  7. 爬虫 selenium + phantomjs / chrome
  8. tensorflow文件读取
  9. 小D课堂 - 新版本微服务springcloud+Docker教程_1_01课程简介
  10. 五十:数据库之Flask-Script详解