Home
Restaurant Management System
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
menu_items
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
description
string
price
float
category_id
FK
integer
users
id
increments
name
string
email
string
role_id
integer
timestamps
timestamps
softDeletes
softDeletes
orders
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
bigInteger
total
float
order_menu_item
menu_item_id
FK
integer
timestamps
timestamps
order_id
FK
bigInteger
quantity
integer
roles
id
increments
name
string
timestamps
timestamps
×
Comments for Restaurant Management System
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01