Home
fatboy
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
unique_code
string
password
string
email
string
first_name
string
last_name
string
avatar
string
(500)
is_special_needs
boolean
special_needs_details
text
is_admin
boolean
is_developer
string
timestamps
timestamps
meal_groups
id
increments
starts_at
timestamp
expires_at
timestamp
timestamps
timestamps
polls
id
increments
meal_group_id
integer
is_catered
boolean
is_active
boolean
date
timestamp
expires_at
timestamp
starts_at
timestamp
timestamps
timestamps
poll_choices
id
increments
restauraunt_id
integer
poll_id
integer
timestamps
timestamps
poll_answers
id
increments
poll_id
integer
user_id
integer
restauraunt_id
integer
is_eating
boolean
timestamps
timestamps
restauraunts
id
increments
name
string
logo
string
(500)
phone
string
address
string
(500)
timestamps
timestamps
categories
id
increments
name
string
timestamps
timestamps
comments
id
increments
poll_id
integer
user_id
integer
message
text
image
string
(500)
timestamps
timestamps
menus
id
increments
restauraunt_id
integer
type
string
timestamps
timestamps
ratings
id
increments
restauraunt_id
integer
user_id
integer
rating
smallInteger
timestamps
timestamps
orders
id
increments
poll_id
integer
user_id
integer
order
text
timestamps
timestamps
user_settings
id
increments
user_id
integer
timestamps
timestamps
share_votes
boolean
preferred_contact
string
kp_duties
id
increments
user_id
integer
date
timestamp
timestamps
timestamps
app_settings
id
increments
key
string
value
text
timestamps
timestamps
insults
id
increments
insult
text
last_used
timestamp
is_active
boolean
timestamps
timestamps
categories_restauraunts
id
increments
category_id
integer
restauraunt_id
integer
timestamps
timestamps
×
Comments for fatboy
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01