From a33a7a0ec9bb99dd29224ca3a11a231c392b5105 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:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E9=94=AE=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d6ceab..bdf8a17 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,13 @@ Flags: - Database tables, column field annotation support - singular_table, Table name plural (big Camel-Case) - json tag json tag output -- gorm.Model [Support export gorm.model>>>](doc/export_cn.md) +- gorm.Model [Support export gorm.model>>>](doc/export.md) - PRIMARY_KEY Specifies column as primary key - UNIQUE Specifies column as unique - NOT NULL Specifies column as NOT NULL - INDEX Create index with or without name, same name creates composite indexes - UNIQUE_INDEX Like INDEX, create unique index -- Support foreign key related properties [Support export gorm.model>>>](doc/export_cn.md) +- Support foreign key related properties [Support export gorm.model>>>](doc/export.md) ### You can enrich data types in [def](data/view/cnf/def.go)