Home
product_flow
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
increments
title
string
(255)
slug
text
sku
string
(255)
short_description
text
description
text
price
double
compare_price
double
barcode
string
(255)
quantity
integer
minimum_quantity
integer
tags
json
meta_title
string
(255)
meta_keyword
string
(255)
meta_description
text
status
boolean
timestamps
timestamps
softDeletes
softDeletes
productvariants
id
increments
product_id
FK
integer
sku
string
(255)
price
double
quantity
integer
timestamps
timestamps
softDeletes
softDeletes
attributes
id
increments
name
string
(255)
slug
string
(255)
timestamps
timestamps
softDeletes
softDeletes
productvariant_attributes
id
increments
productvariant_id
FK
integer
attribute_id
FK
integer
value
string
(255)
timestamps
timestamps
softDeletes
softDeletes
×
Comments for product_flow
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01