fix game story
This commit is contained in:
@@ -221,6 +221,13 @@ func (User) Fields() []ent.Field {
|
||||
field.Int("game_exp").
|
||||
Optional(),
|
||||
|
||||
field.Int("game_story").
|
||||
Optional(),
|
||||
|
||||
field.Bool("game_limit").
|
||||
Default(false).
|
||||
Optional(),
|
||||
|
||||
field.Int("coin").
|
||||
Optional(),
|
||||
|
||||
|
Reference in New Issue
Block a user