Home
booking
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
accounts
id
increments
timestamps
timestamps
user_id
integer
name
string
(9)
slug
string
(9)
account_services
id
increments
timestamps
timestamps
account_id
FK
integer
name
string
(9)
description
text
account_service_options
id
increments
timestamps
timestamps
account_service_id
FK
integer
title
string
(9)
description
text
price
decimal
(8,2)
account_service_extras
id
increments
timestamps
timestamps
title
string
(9)
description
text
account_service_id
FK
integer
bookings
id
increments
timestamps
timestamps
user_id
integer
account_id
FK
integer
booked_service_options
id
increments
timestamps
timestamps
booking_id
FK
integer
account_service_option_id
FK
integer
booked_service_extras
id
increments
timestamps
timestamps
booking_id
FK
integer
account_service_extras_id
FK
integer
booking_address
id
increments
timestamps
timestamps
booking_id
FK
integer
street
string
apt_number
string
city
string
state
string
zip
string
(5)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01