This commit is contained in:
aozhiwei 2024-11-06 12:00:04 +08:00
parent b7c8fdfa2a
commit bebcf76776

View File

@ -8,7 +8,7 @@ type User struct {
Score string `gorm:"column:score"`
Dice int32 `gorm:"column:dice"`
LastPresentDiceTime int32 `gorm:"column:last_present_dice_time"`
CreateTime int32 `gorm:"column:createtime"`
CreateTime int32 `gorm:"column:createtime;<-:create"`
ModifyTime int32 `gorm:"column:modifytime"`
}