Home
Django_Ecom
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
categories
id
increments
user_id
integer
parent_id
integer
name
string
(64)
description
text
image
string
(64)
slug
string
(32)
status
integer
timestamps
timestamps
users
id
increments
first_name
string
(64)
last_name
string
(32)
user_name
string
(32)
password
string
(32)
e-mail
string
(64)
phone_num
integer
address
text
role
string
(32)
status
integer
timestamps
timestamps
products
id
increments
user_id
integer
sku
string
(32)
category_id
integer
brand_id
integer
unit_id
integer
name
string
(32)
image
string
description
string
(64)
slug
string
(32)
status
integer
timestamps
timestamps
attributes
id
increments
user_id
integer
category_id
integer
name
string
(32)
slug
string
(128)
status
integer
timestamps
timestamps
stocks
id
increments
product_id
integer
quantity
integer
timestamps
timestamps
customer
id
increments
first_name
string
(32)
last_name
string
(64)
phone_num
integer
email
string
status
integer
timestamps
timestamps
username
string
(32)
email_verified_at
string
(255)
password
string
(32)
address
text
receiver_address
text
comments
id
increments
customer_id
integer
product_id
integer
comment
text
review
integer
timestamps
timestamps
Order
id
increments
user_id
integer
delivery_charge
string
(32)
discount_price
decimal
payable_total
decimal
(16)
receiver_name
text
receiver_phone
string
(32)
receiver_address
string
status
integer
timestamps
timestamps
Order_detail
id
increments
order_id
integer
product_id
integer
quantity
integer
unit_price
decimal
sub_total
decimal
timestamps
timestamps
brands
id
increments
user_id
integer
name
string
(32)
image
string
(255)
description
text
slug
string
(64)
status
integer
timestamps
timestamps
purchase_details
id
increments
purchase_id
integer
product_id
integer
quantity
decimal
(8,2)
unit_price
decimal
(8,2)
sell_price
integer
timestamps
timestamps
purchases
id
increments
user_id
integer
chalan_no
string
(64)
supplier_id
integer
product_id
integer
discount
decimal
(8,2)
extra_cost
decimal
(8,2)
total
decimal
(8,2)
timestamps
timestamps
units
id
increments
user_id
integer
name
string
(32)
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01