added Model classes

This commit is contained in:
j-weissen 2022-12-12 11:35:53 +01:00
parent fd257b335c
commit 6e8e0e0101
14 changed files with 145 additions and 33 deletions

View file

@ -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