tag insert

列注释添加tag
This commit is contained in:
xxj
2020-12-07 19:06:12 +08:00
parent e9ecd38609
commit a97443b09f
10 changed files with 18 additions and 34 deletions

View File

@@ -40,7 +40,7 @@ type ColumnsInfo struct {
BaseInfo
IsNull bool // null if db is set null
Type string // Type.类型标记
Default string // 默认值
Gormt string // 默认值
Index []KList // index list.index列表
ForeignKeyList []ForeignKey // Foreign key list . 表的外键信息
}