master
谢小军 5 years ago
parent 8973c30be3
commit 8522fd836a

@ -75,7 +75,7 @@ Flags:
- INDEX Create index with or without name, same name creates composite indexes - INDEX Create index with or without name, same name creates composite indexes
- UNIQUE_INDEX Like INDEX, create unique index - UNIQUE_INDEX Like INDEX, create unique index
- Support foreign key related properties [Support export gorm.model>>>](doc/export.md) - Support foreign key related properties [Support export gorm.model>>>](doc/export.md)
- Support function export (foreign key, association, index , unique and more) - Support function export (foreign key, association, index , unique and more)[Support export function >>>](https://github.com/xxjwxc/gormt/blob/master/data/view/genfunc/genfunc_test.go)
### You can enrich data types in [def](data/view/cnf/def.go) ### You can enrich data types in [def](data/view/cnf/def.go)

@ -77,7 +77,7 @@ Flags:
- INDEX 创建具有或不带名称的索引, 如果多个索引同名则创建复合索引 - INDEX 创建具有或不带名称的索引, 如果多个索引同名则创建复合索引
- UNIQUE_INDEX 和 INDEX 类似,只不过创建的是唯一索引 - UNIQUE_INDEX 和 INDEX 类似,只不过创建的是唯一索引
- 支持外键相关属性 [简单带外键模式导出>>>](https://github.com/xxjwxc/gormt/tree/master/doc/export_cn.md) - 支持外键相关属性 [简单带外键模式导出>>>](https://github.com/xxjwxc/gormt/tree/master/doc/export_cn.md)
- 支持函数导出(包括:外键,关联体,索引关...) - 支持函数导出(包括:外键,关联体,索引关...)[简单函数导出示例>>>](https://github.com/xxjwxc/gormt/blob/master/data/view/genfunc/genfunc_test.go)
### 您可以在这里丰富数据映射类型 [def](data/view/cnf/def.go) 。 ### 您可以在这里丰富数据映射类型 [def](data/view/cnf/def.go) 。

Loading…
Cancel
Save