add autoIncrement

This commit is contained in:
xxj
2022-07-06 18:41:33 +08:00
parent fc112a736b
commit 3dea08f1e4
4 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ type genColumns struct {
Key string `gorm:"column:Key"`
Desc string `gorm:"column:Comment"`
Null string `gorm:"column:Null"`
Extra string `gorm:"Extra"`
Default *string `gorm:"column:Default"`
}