out sql to readme

This commit is contained in:
谢小军
2019-11-22 13:41:30 +08:00
parent 326b6b419a
commit 7f2972f41b
2 changed files with 2 additions and 0 deletions

View File

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