new
This commit is contained in:
@@ -46,7 +46,7 @@ is_out_sql : false # Whether to output sql
|
||||
is_out_func : true # Whether to output function
|
||||
is_foreign_key : true # Whether to mark foreign key or not
|
||||
is_gui : false # Whether to operate on gui
|
||||
is_table_name : false # Whether to out GetTableName function
|
||||
is_table_name : false # Whether to out GetTableName/column function
|
||||
is_null_to_point : false # database is 'DEFAULT NULL' then set element type as point
|
||||
is_web_tag: false
|
||||
is_web_tag_pk_hidden: false
|
||||
|
||||
@@ -50,7 +50,7 @@ is_out_sql: false # 是否输出 sql 原信息
|
||||
is_out_func: true # 是否输出 快捷函数
|
||||
is_foreign_key: true # 是否导出外键关联
|
||||
is_gui: false # 是否ui模式显示
|
||||
is_table_name: false # 是否直接生成表名函数
|
||||
is_table_name: false # 是否直接生成表名,列名
|
||||
is_null_to_point: false # 数据库默认 'DEFAULT NULL' 时设置结构为指针类型
|
||||
is_web_tag: false
|
||||
is_web_tag_pk_hidden: false
|
||||
|
||||
Reference in New Issue
Block a user