Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed Mar 9, 2020
1 parent 15086fc commit 2a56011
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions doc/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type UserAccountTbl struct {

### 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

Expand All @@ -84,7 +84,7 @@ type UserAccountTbl struct {

### 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

Expand All @@ -108,7 +108,7 @@ type UserAccountTbl struct {

### 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

Expand Down Expand Up @@ -147,7 +147,7 @@ CREATE TABLE `user_info_tbl` (

### 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

Expand Down
8 changes: 4 additions & 4 deletions doc/export_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type UserAccountTbl struct {

### 简单带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

###### --->导出结果

Expand All @@ -84,7 +84,7 @@ type UserAccountTbl struct {

### 简单不带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

###### --->导出结果

Expand All @@ -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

###### --->导出结果

Expand Down Expand Up @@ -147,7 +147,7 @@ CREATE TABLE `user_info_tbl` (

### 支持gorm.Model模式导出

- 参数:singular_table = false simple = true is_json_tag = false
- 参数:singular_table = false simple = true is_web_tag = false

###### --->导出结果

Expand Down

0 comments on commit 2a56011

Please sign in to comment.