Home
Tarboush
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
type
string
password
string
image__path
string
timestamps
timestamps
employees
id
increments
name
string
employee_id
string
image_path
string
timestamps
timestamps
categories
id
bigInteger
name
string
image_path
string
timestamps
timestamps
products
id
increments
name
string
price
string
category_id
FK
bigInteger
description
text
availability
boolean
quantity
integer
number_of_purchases
mediumInteger
timestamps
timestamps
orders
id
increments
invoice_date
string
payment_method
string
total_bill
string
discount
string
customer_note
text
status
string
customer_id
FK
bigInteger
timestamps
timestamps
order_items
id
increments
order_id
FK
bigInteger
product_id
FK
bigInteger
quantity
string
timestamps
timestamps
order_serves
id
increments
order_id
FK
bigInteger
table_number
string
timestamps
timestamps
product_images
id
bigInteger
product_id
FK
bigInteger
image_path
string
image_nam
string
timestamps
timestamps
offers
id
increments
title
string
description
text
timestamps
timestamps
offer_images
id
increments
name
string
image_path
string
offer_id
FK
bigInteger
timestamps
timestamps
reviews
id
increments
name
string
title
string
description
text
timestamps
timestamps
review_images
id
increments
name
string
image_path
string
review_id
FK
bigInteger
timestamps
timestamps
payments
id
increments
method
string
timestamps
timestamps
staff_reports
id
increments
employee_id
string
employee_name
string
monthly_holidays
integer
number_of_working_days
integer
notes
text
salary
string
timestamps
timestamps
customers
id
increments
name
string
phone
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01