Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 457 Bytes

tournament

Football tournament administration made with Laravel and Angular

sql

http://laravel.com/docs/4.2/eloquent

tournament(id, name)

team(id, group_code enum('A', 'B', 'C', 'D', 'W'), name)

player(id, name, team_id, paid)

match(id, tournament_id, kickoff_at, match_code enum('A', 'B', 'C', 'D', 'W', Q1', 'Q2', 'Q3', 'Q4', 'S1', 'S2', 'F', team_id_home, team_id_away, score_home, score_away)

goal(id, match_id, player_id)