导出操作:ctrl+G
设置好路径,其他默认基本就可以
可能遇到的问题:
1.constraint name uniqueness 错误,解决方法
》PowerDesigner生成的约束名字相同,只要改一下约束的名字就好了
》右键错误信息选择:Automatic Correction
2. Foreign key column data type divergence
》右键错误信息选择:Automatic Correction
3.Existence of index
A table should contain at least one column, one index, one key, and one reference.
可以不检查 Existence of index 这项,也就没有这个警告错误了!
意思是说没有给表建立索引,而一个表一般至少要有一个索引,这是一个警告,不用的话对执行没有影响~
时间: 2024-10-30 15:59:27