mysql - 使用 PowerDesigner 16 生成数据库脚本时如何更改对象长度?

标签 mysql sap-ase powerdesigner

我正在对 MySQL 数据库进行逆向工程,以将其传递给 Sybase 数据库。

当我生成数据库脚本(用于 Sybase 数据库)时,它给我错误,因为它只允许 30 长度的对象名称。问题是,使用 ASE 15.X 版本,我们可以拥有 250 个顶部的对象名称。

是否可以更改允许的对象名称长度?

最佳答案

From the Docs :

The database package name and code length is limited by the maximum length specified in the DBMS definition and in the naming conventions of the model options.

长度在 DBMS 定义中指定,可以在

OBJECT > 数据库包 > MaxLen

打开 DBMS 编辑器,选择 Database > Edit Current DBMS 然后在脚本 > 对象下。

关于mysql - 使用 PowerDesigner 16 生成数据库脚本时如何更改对象长度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16608900/

相关文章:

database - 强制关系 m :n

php - 将表单中的数据插入数据库PHP MYSQL

mysql - 按日期分组的嵌套选择查询

t-sql - Sybase TSQL如何选择没有 `-`字符

database - Sybase bcp 错误

database-design - Sybase PowerDesigner 更改许多(查找/替换/转换)数据项的数据类型

drawing - 如何在PowerDesigner中隐藏符号编号?

mysql - 结合我的两个 MySQL 查询

php - 如何在 Laravel 中使用归一化更新多个图像

error-handling - @@ ERROR <> 0在触发器中