erDiagram
Players {
int player_id
int group_id
}
Matches {
int match_id
int first_player
int second_player
int first_score
int second_score
}
Players ||--o{ Matches : "contains"