Home
hamburgarappen
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
email
string
(255)
softDeletes
softDeletes
timestamps
timestamps
roles
id
increments
name
string
timestamps
timestamps
permissions
id
increments
name
string
timestamps
timestamps
restaurants
id
increments
user_id
integer
title
string
(255)
description
text
restaurant_type_id
FK
integer
timestamps
timestamps
pages
id
increments
timestamps
timestamps
content
text
restaurant_menus
id
increments
restaurant_id
FK
integer
restaurant_menu_type
FK
integer
title
string
description
text
timestamps
timestamps
dishes
id
increments
restaurant_menu_id
integer
title
string
description
text
timestamps
timestamps
ingridients
id
increments
restaurant_id
FK
integer
title
string
description
text
price
smallInteger
timestamps
timestamps
orders
id
increments
restaurant_id
integer
order_payment_id
FK
integer
user_id
integer
price
integer
recieved
datetime
paid
datetime
delivered
datetime
timestamps
timestamps
order_rows
id
increments
order_id
integer
dish_variant_id
FK
integer
price
integer
timestamps
timestamps
order_row_ingredients
id
increments
order_row_id
integer
ingredient_id
integer
removed
boolean
added
boolean
timestamps
timestamps
files
id
increments
timestamps
timestamps
restaurant_types
id
increments
title
string
description
text
timestamps
timestamps
restaurant_information
id
increments
restaurant_id
FK
integer
address_line_1
string
address_line_2
string
postal_code
smallInteger
city
string
phone_number
string
fax
string
email
string
disabled
boolean
timestamps
timestamps
dish_variants
id
increments
dish_id
FK
integer
title
string
description
text
price
tinyInteger
allergen
text
timestamps
timestamps
ingridient_dish_variant
id
increments
ingridient_id
FK
integer
dish_variant_id
FK
integer
is_standard
boolean
timestamps
timestamps
deviated_opening_hours
id
increments
restaurant_id
FK
integer
title
string
description
text
date
date
from
string
to
string
timestamps
timestamps
opening_hours
id
increments
restaurant_id
FK
integer
weekday
string
from
string
to
string
timestamps
timestamps
order_payments
id
increments
transaction_number
string
payment_type
string
timestamps
timestamps
×
Exporting error!
There is an error with the foreign key contraints, please check if reference of column "restaurant_menu_type" in table "restaurant_menus" is still correct.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01