Home
kew
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
(32)
last_name
string
(32)
username
string
(32)
email
string
(32)
phone_number
integer
email_verified_at
string
(255)
password
string
(32)
address
string
receiver_address
string
(128)
role
string
(32)
image
string
(64)
timestamps
timestamps
softDeletes
softDeletes
Category
id
increments
name
string
(32)
slug
string
(32)
parent_id
string
(16)
attribute_id
FK
integer
status
string
(32)
timestamps
timestamps
softDeletes
softDeletes
Product
id
increments
category_id
FK
integer
title
string
(64)
description
string
(255)
image
string
(64)
quantity
integer
unit_price
integer
discount_price
integer
slug
string
(32)
status
string
(16)
timestamps
timestamps
Attribute
id
increments
name
string
(32)
values
text
timestamps
timestamps
softDeletes
softDeletes
Order
id
increments
user_id
FK
integer
delivery_charge
string
(32)
discount_price
decimal
payable_total
decimal
(16)
receiver_name
text
receiver_phone
string
(32)
receiver_address
string
status
string
(10)
timestamps
timestamps
softDeletes
softDeletes
Payment
id
increments
order_id
FK
integer
amount
decimal
payment_details
text
method
string
(16)
status
string
(32)
timestamps
timestamps
softDeletes
softDeletes
Order_detail
id
increments
order_id
FK
integer
product_id
integer
quantity
integer
unit_price
decimal
sub_total
decimal
timestamps
timestamps
softDeletes
softDeletes
Transaction
id
increments
order_id
FK
integer
product_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
user_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01