-
Notifications
You must be signed in to change notification settings - Fork 0
Matches ~ ERD
ambr-lise edited this page Nov 11, 2023
·
6 revisions
Attributes:
- match_id (integer)
- game (integer)
- lobby (integer)
- date_played (date)
Attributes:
- player_id (integer)
- user (integer)
- match (integer)
- team (nullable string)
- role (nullable string)
- outcome (nullable string, one of "win", "lose", "draw", "withdrawal")
- victory_type (nullable string)
- User and Match
- Users (N) **play** Matches (M)
-
Tournaments
-
Games
-
Matches
-
API
-
Forums
-
Users & Friending