Mise à jour de 'README.md'
continuous-integration/drone/push Build is failing Details

fragment_navigation
Emre KARTAL 2 years ago
parent ae34b24cb5
commit 00ae844dce

@ -115,9 +115,7 @@ class Season {
class Match { class Match {
-id: Int -id: Int
-idHomeTeam: Int
-score: Score -score: Score
-idAwayTeam: Int
-status: String -status: String
} }
@ -138,6 +136,9 @@ Team --> "-coach" Coach
Team --> "-squad*" Player Team --> "-squad*" Player
Team --> "-area" Area Team --> "-area" Area
Match --> "-HomeTeam" Team
Match --> "-AwayTeam" Team
Competition --> "-area" Area Competition --> "-area" Area
Competition --> "-currentSeason" Season Competition --> "-currentSeason" Season

Loading…
Cancel
Save