PowerDesigner使用(建索引、自增列、检查设计模型)
ASA SQL 用户指南
模型检查中的Existence of reference问题
在tool-> check model
当中选中option 标签,然后选中table,接下来展开的东西你就明白了
不是存在重复的名,而是默认情况下你的每个表都要建立索引/关联什么的.
你可以在powerdesigner当中调整警告级别,不让其检查这个就可以了
http://topic.csdn.net/u/20070703/15/d28fff5c-e726-4695-9bdb-901d2df5e97b.html
create table category (
ID int identity(100,1),
Name varchar(31) null,
constraint PK_CATEGORY primary key (ID)
)
浙公网安备 33010602011771号