Home
plaer
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Player
id
increments
timestamps
timestamps
Team
id
increments
timestamps
timestamps
TeamPlayer
team_id
FK
integer
id
increments
player_id
FK
integer
timestamps
timestamps
date_start
date
date_finish
string
Match
id
increments
timestamps
timestamps
tournament_season_id
tinyInteger
home_id
tinyInteger
away_id
tinyInteger
Tournament
id
increments
timestamps
timestamps
TournamentSeason
id
increments
season_id
integer
tournament_id
tinyInteger
start_date
date
finish_date
date
timestamps
timestamps
MatchPlayer
id
increments
match_id
integer
team_id
FK
integer
player_id
FK
integer
timestamps
timestamps
Season
id
increments
timestamps
timestamps
MatchLogs
id
increments
match_id
FK
integer
team_id
FK
integer
event
tinyInteger
time
tinyInteger
player_1_id
FK
integer
player_2_id
FK
integer
timestamps
timestamps
×
Comments for plaer
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01