master
谢小军 5 years ago
parent 15086fc5f1
commit 2a560112ee

@ -60,7 +60,7 @@ type UserAccountTbl struct {
### Simple-export-with-JSON ### Simple-export-with-JSON
- param:singular_table = false simple = true is_json_tag = true is_foreign_key = false - param:singular_table = false simple = true is_web_tag = true is_foreign_key = false
###### --->export result ###### --->export result
@ -84,7 +84,7 @@ type UserAccountTbl struct {
### Simple export without JSON ### Simple export without JSON
- param:singular_table = false simple = true is_json_tag = false is_foreign_key = false - param:singular_table = false simple = true is_web_tag = false is_foreign_key = false
###### --->export result ###### --->export result
@ -108,7 +108,7 @@ type UserAccountTbl struct {
### Simple with foreign key mode export ### Simple with foreign key mode export
- param:singular_table = false simple = true is_json_tag = false is_foreign_key = true - param:singular_table = false simple = true is_web_tag = false is_foreign_key = true
###### --->export result ###### --->export result
@ -147,7 +147,7 @@ CREATE TABLE `user_info_tbl` (
### Support export gorm.model ### Support export gorm.model
- param:singular_table = false simple = true is_json_tag = false - param:singular_table = false simple = true is_web_tag = false
###### --->export result ###### --->export result

@ -60,7 +60,7 @@ type UserAccountTbl struct {
### 简单带json导出 ### 简单带json导出
- 参数:singular_table = false simple = true is_json_tag = true is_foreign_key = false - 参数:singular_table = false simple = true is_web_tag = true is_foreign_key = false
###### --->导出结果 ###### --->导出结果
@ -84,7 +84,7 @@ type UserAccountTbl struct {
### 简单不带json导出 ### 简单不带json导出
- 参数:singular_table = false simple = true is_json_tag = false is_foreign_key = false - 参数:singular_table = false simple = true is_web_tag = false is_foreign_key = false
###### --->导出结果 ###### --->导出结果
@ -108,7 +108,7 @@ type UserAccountTbl struct {
### 简单带外键模式导出 ### 简单带外键模式导出
- 参数:singular_table = false simple = true is_json_tag = false is_foreign_key = true - 参数:singular_table = false simple = true is_web_tag = false is_foreign_key = true
###### --->导出结果 ###### --->导出结果
@ -147,7 +147,7 @@ CREATE TABLE `user_info_tbl` (
### 支持gorm.Model模式导出 ### 支持gorm.Model模式导出
- 参数:singular_table = false simple = true is_json_tag = false - 参数:singular_table = false simple = true is_web_tag = false
###### --->导出结果 ###### --->导出结果

Loading…
Cancel
Save