Home
ecommerce
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
attachments
id
increments
name
string
size
integer
mime
string
path
string
attachable_id
integer
attachable_type
string
timestamps
timestamps
softDeletes
softDeletes
photos
id
increments
parent
integer
product_id
integer
title
string
description
text
width
integer
height
integer
products
id
increments
name
string
sku
string
description
text
price
integer
active
boolean
timestamps
timestamps
softDeletes
softDeletes
attributes
id
increments
name
string
timestamps
timestamps
attribute_values
id
increments
attribute_id
integer
value
string
timestamps
timestamps
product_attribute
id
increments
product_id
integer
attribute_id
integer
value_id
integer
timestamps
timestamps
carts
id
increments
timestamps
timestamps
cart_items
id
increments
cart_id
integer
product_id
integer
qty
integer
options
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01