Home
events
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
events
id
increments
name
string
(255)
description
text
start_date
datetime
end_date
datetime
next_date
datetime
start_time
datetime
end_time
datetime
published_at
datetime
timestamps
timestamps
venues
id
increments
name
string
address_line_one
string
address_line_two
string
city
string
province
string
country
string
area_code
string
timestamps
timestamps
tickets
id
increments
user_id
FK
integer
event_id
FK
integer
venue_id
FK
integer
name
string
description
string
additionals
text
cost
decimal
(10,2)
status
enum
first_name
string
last_name
string
email
string
company
string
dietary
enum
timestamps
timestamps
presenters
id
increments
name
string
title
string
company
string
bio
text
timestamps
timestamps
pricings
id
increments
event_id
FK
integer
venue_id
FK
integer
name
string
description
string
day_count
integer
price
decimal
(10,2)
timestamps
timestamps
users
id
increments
first_name
string
last_name
string
email
string
password
string
(60)
timestamps
timestamps
sections
id
increments
event_id
FK
integer
order
integer
title
string
body
text
timestamps
timestamps
additionals
id
increments
event_id
FK
integer
name
string
price
decimal
(10,2)
timestamps
timestamps
dates
id
increments
timestamps
timestamps
venue_id
FK
integer
date
datetime
×
Comments for events
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01