1
0
This commit is contained in:
syui 2024-02-22 22:14:36 +09:00
parent 630ccd90de
commit 972bcb8639
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -217,6 +217,14 @@ func (User) Fields() []ent.Field {
field.Int("game_lv").
Optional(),
field.Int("coin").
Optional(),
field.Bool("coin_open").
Default(false).
Optional(),
}
}