Home
onlinept
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
timestamps
timestamps
softDeletes
softDeletes
email
string
(255)
firstname
string
(255)
lastname
string
(255)
facebookid
string
(255)
gsm
integer
type
enum
exercise
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
short_description
string
(255)
category_id
FK
integer
exercise_category
id
increments
timestamps
timestamps
name
string
(255)
parent
FK
integer
nutrition
id
increments
timestamps
timestamps
name
string
(255)
carbohydrate
double
fat
double
protein
double
trainer
id
increments
timestamps
timestamps
bio
text
user_id
FK
integer
description
string
(100)
trainer_photos
id
increments
timestamps
timestamps
image
string
(255)
user_id
FK
integer
before_after_photos
id
increments
timestamps
timestamps
user_id
FK
integer
image
string
training_package
id
increments
timestamps
timestamps
name
string
content
json
price
double
duration
integer
user_id
FK
integer
trainer_comments
id
increments
timestamps
timestamps
user_id
FK
integer
rating
tinyInteger
commenter
FK
integer
comment
string
(400)
date
datetime
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01