Home
race_check
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
races
id
increments
user_id
FK
integer
race_parent_id
integer
name
string
slug
string
starts_at
datetime
ends_at
datetime
price
string
category_id
integer
latitude
float
(10,6)
longitude
float
(10,6)
address
string
city
string
state
string
country_id
FK
integer
continent_id
FK
integer
headline
string
description
text
link
string
facebook
string
twitter
string
video
string
status
string
timestamps
timestamps
users
id
increments
uid
bigInteger
first_name
string
last_name
string
organization
string
website
string
email
string
address
string
post_code
string
password
string
country
string
city
string
birthdate
string
gender
string
avatar
string
capabilities
string
distance_units
string
email_newsletter
integer
last_login
timestamp
timestamps
timestamps
remember_token
string
reviews
id
increments
race_id
FK
integer
user_id
FK
integer
completed_race_year
integer
participation
string
registration_process
tinyInteger
race_briefing
tinyInteger
carbo_load_party
string
logistics
tinyInteger
aid_stations
tinyInteger
post_race_party
tinyInteger
natural_beauty
tinyInteger
course_uniqueness
tinyInteger
ease_of_navigation
tinyInteger
local_support
tinyInteger
marshall_supervision
tinyInteger
safety
tinyInteger
rating_average
string
headline
string
body
text
image
string
timestamps
timestamps
race_categories
id
increments
name
string
slug
string
saved_races
id
increments
race_id
FK
integer
user_id
FK
integer
timestamps
timestamps
user_races
id
increments
race_id
FK
integer
user_id
FK
integer
distances
id
increments
race_id
integer
distance_index
integer
distance
decimal
(8,1)
type
string
category
string
media
id
increments
race_id
FK
integer
timestamps
timestamps
name
string
size
string
type
string
url
string
news
id
increments
user_id
FK
integer
category_id
FK
integer
title
string
slug
string
excerpt
string
body
text
featured_image
string
video
string
timestamps
timestamps
countries
id
increments
name
string
slug
string
news_categories
id
increments
name
string
slug
string
comments
id
increments
news_id
FK
integer
user_id
FK
integer
timestamps
timestamps
reply_to
integer
body
text
saved_searches
id
increments
user_id
FK
integer
query_string
string
string_parts
string
timestamps
timestamps
password_reminders
email
string
token
string
timestamps
timestamps
continents
id
increments
name
string
slug
string
organizer_races
id
increments
race_id
FK
integer
user_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01