foreign key 外键支持

This commit is contained in:
谢小军
2019-10-28 15:42:22 +08:00
parent a33a7a0ec9
commit 6cad5ba2b8
2 changed files with 3 additions and 1 deletions

View File

@@ -112,6 +112,8 @@ type UserAccountTbl struct {
} }
``` ```
### [更多>>>](doc/export.md)
## 6. build ## 6. build
``` ```
make windows make windows

View File

@@ -106,7 +106,7 @@ type UserAccountTbl struct {
} }
``` ```
[更多>>>](doc/export_cn.md) ### [更多>>>](doc/export_cn.md)
## 6. 构建 ## 6. 构建
``` ```