1. 字段名长度过长时,导出的sql语句中字段名被截断sql
可设置 Database --> Edit Current DBMS... --> General --> Script --> Objects --> Column --> Maxlen 解决spa
2. 导出的sql没有表注释和字段注释ip
表注释设置 Database --> Edit Current DBMS... --> General --> Script --> Objects --> Table --> TableComment 的value为:it
comment on table [%QUALIFIER%]%TABLE% is%.q:COMMENT%table
字段注释设置 Database --> Edit Current DBMS... --> General --> Script --> Objects --> Column --> ColumnComment 的value为:sql语句
comment on column %TABLE%.%20:COLUMN% is %.q:COMMENT%注释