1
This commit is contained in:
parent
b7c8fdfa2a
commit
bebcf76776
@ -8,7 +8,7 @@ type User struct {
|
|||||||
Score string `gorm:"column:score"`
|
Score string `gorm:"column:score"`
|
||||||
Dice int32 `gorm:"column:dice"`
|
Dice int32 `gorm:"column:dice"`
|
||||||
LastPresentDiceTime int32 `gorm:"column:last_present_dice_time"`
|
LastPresentDiceTime int32 `gorm:"column:last_present_dice_time"`
|
||||||
CreateTime int32 `gorm:"column:createtime"`
|
CreateTime int32 `gorm:"column:createtime;<-:create"`
|
||||||
ModifyTime int32 `gorm:"column:modifytime"`
|
ModifyTime int32 `gorm:"column:modifytime"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user