add autoIncrement:true

autoIncrement:true
This commit is contained in:
xxj
2022-07-05 20:36:45 +08:00
parent aa53e84c49
commit fc112a736b
4 changed files with 1 additions and 7 deletions

View File

@@ -39,7 +39,6 @@ type TabInfo struct {
type ColumnsInfo struct {
BaseInfo
IsNull bool // null if db is set null
Extra string // Extra (AUTO_INCREMENT 自增加)
Type string // Type.类型标记
Gormt string // 默认值
Index []KList // index list.index列表
@@ -118,7 +117,7 @@ type funDef struct {
Em []EmInfo // index 列表
Primary []FList // primary unique
Index []FList // index
IsOutPage bool // 是否开启分页
IsOutPage bool // 是否开启分页
}
//