在PowerDesinger中,若表名过长,自动生成的主键名会被自动截取。

解决如下:DataBase/Edit Current DBMS/Scripts/Objects/PKey/ConstName中找到Value的值,
默认是 PK_%.U27:TABLE%U27表示截取27个字符。改成PK_%TABLE%主键名就不会被截取了。

其他键同理:找到相应的ConstName Value去掉U.\d:

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-14
  • 2021-09-22
  • 2021-06-25
  • 2022-12-23
相关资源
相似解决方案