Home
hf
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
athletes
id
increments
timestamps
timestamps
softDeletes
softDeletes
firstname
string
(255)
lastname
string
(255)
date_of_birth
date
status
string
(255)
image
string
(255)
slug
string
(255)
trophy_id
FK
integer
division_id
FK
integer
active
boolean
trainers
id
increments
timestamps
timestamps
softDeletes
softDeletes
firstname
string
(255)
lastname
string
(255)
date_of_birth
date
image
string
(255)
status
string
(255)
slug
string
(255)
training_id
FK
integer
athlete_trainer
id
increments
timestamps
timestamps
athlete_id
FK
integer
trainer_id
FK
integer
disciplines
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
slug
string
(255)
gender
string
(255)
divisions
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
slug
string
(255)
gender
string
(255)
trophies
id
increments
timestamps
timestamps
softDeletes
softDeletes
year
integer
name
string
(255)
trainer_discipline
id
increments
timestamps
timestamps
trainer_id
FK
integer
discipline_id
FK
integer
competitions
id
increments
timestamps
timestamps
title
string
(255)
place
string
(255)
content
text
startDate
date
endDate
date
trainer_division
id
increments
timestamps
timestamps
trainer_id
FK
integer
division_id
FK
integer
amenities
id
increments
timestamps
timestamps
softDeletes
softDeletes
image
string
(255)
price
string
(255)
size
string
(255)
trainings
id
increments
timestamps
timestamps
softDeletes
softDeletes
place_id
FK
integer
type_id
FK
integer
day
string
(255)
startHour
time
endHour
time
content
text
places
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
athlete_training
id
increments
timestamps
timestamps
athlete_id
FK
integer
training_id
FK
integer
types
id
increments
timestamps
timestamps
name
string
(255)
articles
id
increments
timestamps
timestamps
title
string
(255)
slug
string
(255)
introduction
text
content
text
image
string
(255)
author_id
FK
integer
category_id
FK
integer
date
date
authors
id
increments
timestamps
timestamps
firstname
string
(255)
lastname
string
(255)
picture
string
(255)
email
string
(255)
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
comments
id
increments
timestamps
timestamps
content
text
user_name
string
(255)
email
string
(255)
post_id
FK
integer
athlete_discipline
id
increments
timestamps
timestamps
athlete_id
FK
integer
discipline_id
FK
integer
internships
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
(255)
startDay
datetime
endDay
datetime
startHour
time
endHour
time
content
text
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01