Home
shop-cart
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
name
string
(128)
email
string
(128)
password
string
(128)
timestamps
timestamps
softDeletes
softDeletes
carts
id
increments
user_id
integer
product_id
integer
quantity
integer
timestamps
timestamps
softDeletes
softDeletes
orders
id
increments
user_id
integer
shipping_information_id
integer
status
integer
timestamps
timestamps
softDeletes
softDeletes
shipping_informations
id
increments
user_id
integer
city
string
state
string
country
string
pin_code
string
address
string
timestamps
timestamps
softDeletes
softDeletes
order_details
id
increments
order_id
integer
product_id
integer
quantity
integer
unit_cost
double
sub_total
double
timestamps
timestamps
softDeletes
softDeletes
products
id
increments
category_id
integer
sub_category_id
integer
name
string
price
float
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
sub_categories
id
increments
category_id
integer
name
string
timestamps
timestamps
softDeletes
softDeletes
×
Comments for shop-cart
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01