From 60fb4511cba409bbe45aac7a85b4322d79af07e8 Mon Sep 17 00:00:00 2001 From: xxj <346944475@qq.com> Date: Wed, 9 Dec 2020 15:08:04 +0800 Subject: [PATCH] new --- README.md | 2 +- README_zh_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c40030..823f7ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_zh_cn.md b/README_zh_cn.md index a83252e..ee540f6 100644 --- a/README_zh_cn.md +++ b/README_zh_cn.md @@ -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