Home
products_for_multi_vendor
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
attribuites
id
increments
name
string
(100)
categories
text
softDeletes
softDeletes
timestamps
timestamps
categories
id
increments
title
string
(150)
description
text
icon
string
image
string
(100)
status
enum
parent
tinyInteger
type
enum
softDeletes
softDeletes
timestamps
timestamps
products
id
increments
name
string
(100)
category_id
FK
integer
categories
text
brand
FK
integer
feature_image
string
(100)
feature
tinyInteger
status
enum
video
string
(100)
default_price
double
offer_price
double
stock
integer
notes
text
store_id
integer
product_child
FK
integer
softDeletes
softDeletes
timestamps
timestamps
brands
id
increments
title
string
(100)
description
text
icon
string
(100)
categories
text
status
enum
softDeletes
softDeletes
timestamps
timestamps
product_galary
id
increments
product_id
FK
integer
image
string
(100)
type
enum
softDeletes
softDeletes
timestamps
timestamps
product_attribute_compinations
id
increments
product_id
FK
integer
first_attribute
FK
integer
second_attribute
FK
integer
compination_tax
double
softDeletes
softDeletes
timestamps
timestamps
product_compinations
id
increments
timestamps
timestamps
softDeletes
softDeletes
attribute_values
id
increments
softDeletes
softDeletes
timestamps
timestamps
attribiute_id
FK
integer
value
string
(100)
product_attribute_value
id
increments
timestamps
timestamps
softDeletes
softDeletes
product_id
FK
integer
attribute_id
FK
integer
attribute_value_id
FK
integer
×
Comments for products_for_multi_vendor
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01