From 6cad5ba2b8a462c4f54d7da71d6c695c786f1968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=B0=8F=E5=86=9B?= <346944475@qq.com> Date: Mon, 28 Oct 2019 15:42:22 +0800 Subject: [PATCH] =?UTF-8?q?foreign=20key=20=E5=A4=96=E9=94=AE=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ README_zh_cn.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf8a17..90970cc 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ type UserAccountTbl struct { } ``` +### [更多>>>](doc/export.md) + ## 6. build ``` make windows diff --git a/README_zh_cn.md b/README_zh_cn.md index bcb171e..7eda0c4 100644 --- a/README_zh_cn.md +++ b/README_zh_cn.md @@ -106,7 +106,7 @@ type UserAccountTbl struct { } ``` -[更多>>>](doc/export_cn.md) +### [更多>>>](doc/export_cn.md) ## 6. 构建 ```