out sql to readme

master
谢小军 5 years ago
parent 326b6b419a
commit 7f2972f41b

@ -17,6 +17,7 @@
out_dir : "." # out dir out_dir : "." # out dir
singular_table : false # Table name plural (big Camel-Case):gorm.SingularTable singular_table : false # Table name plural (big Camel-Case):gorm.SingularTable
simple : false #simple output simple : false #simple output
is_out_sql : false # Whether to output sql
is_json_tag : true # Whether to mark JSON or not is_json_tag : true # Whether to mark JSON or not
is_foreign_key : true # Whether to mark foreign key or not is_foreign_key : true # Whether to mark foreign key or not
[mysql_info] [mysql_info]

@ -15,6 +15,7 @@
out_dir : "." # 输出目录 out_dir : "." # 输出目录
singular_table : false # 表名复数,是否大驼峰构建 参考:gorm.SingularTable singular_table : false # 表名复数,是否大驼峰构建 参考:gorm.SingularTable
simple : false #简单输出 simple : false #简单输出
is_out_sql : false # 是否输出 sql 原信息
is_json_tag : false #是否打json标记 is_json_tag : false #是否打json标记
is_foreign_key : true #是否导出外键关联 is_foreign_key : true #是否导出外键关联
mysql_info : mysql_info :

Loading…
Cancel
Save