added Model classes
This commit is contained in:
parent
fd257b335c
commit
6e8e0e0101
14 changed files with 145 additions and 33 deletions
|
|
@ -24,4 +24,18 @@ erDiagram
|
|||
int average_score
|
||||
int games_played
|
||||
}
|
||||
```
|
||||
|
||||
lb_highscore {
|
||||
int rank
|
||||
string username
|
||||
int highscore
|
||||
}
|
||||
|
||||
lb_total_playtime {
|
||||
int rank
|
||||
string username
|
||||
time total_playtime
|
||||
}
|
||||
```
|
||||
|
||||
## API Endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue