game: editing the structure of database
This commit is contained in:
parent
dfdc171b0e
commit
685687d2d7
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ public class Users : BaseModel
|
|||
[Column()] public int score { get; set; }
|
||||
[Column()] public string displayName { get; set; }
|
||||
[Column()] public int daysPlayed { get; set; }
|
||||
[Column()] public int customersHelped { get; set; }
|
||||
[Column()] public int customersHelpedCorrectly { get; set; }
|
||||
[Column()] public int customersHelpedWrongly { get; set; }
|
||||
}
|
Loading…
Add table
Reference in a new issue