Home
hamburgarappen
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
email
string
(255)
roles
id
increments
timestamps
timestamps
name
string
permissions
id
increments
timestamps
timestamps
name
string
restaurants
id
increments
timestamps
timestamps
user_id
integer
title
string
(255)
description
text
pages
id
increments
timestamps
timestamps
content
text
restaurant_menues
id
increments
timestamps
timestamps
title
string
description
text
dishes
id
increments
timestamps
timestamps
restaurant_menu_id
integer
price
tinyInteger
ingridients
id
increments
timestamps
timestamps
dish_id
integer
is_standard
boolean
price
smallInteger
orders
id
increments
timestamps
timestamps
restaurant_id
integer
user_id
integer
price
integer
recieved
datetime
paid
datetime
delivered
datetime
order_rows
id
increments
timestamps
timestamps
order_id
integer
dish_id
integer
price
integer
order_row_ingredients
id
increments
timestamps
timestamps
order_row_id
integer
ingredient_id
integer
removed
boolean
added
boolean
files
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01