Home
upsell
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
upsell_types
id
increments
name
string
(191)
image
char
(255)
setting
json
timestamps
timestamps
users
id
increments
name
string
(191)
email
string
(191)
email_verified_at
timestamp
password
string
(191)
status
boolean
remember_token
string
(191)
created_at
timestamp
updated_at
timestamp
deleted_at
timestamp
contact_us
id
increments
user_id
FK
integer
email
string
(191)
subject
string
(191)
message
text
created_at
timestamps
timestamps
timestamps
settings
id
increments
user_id
FK
integer
setup
tinyInteger
enable
tinyInteger
language
string
currency
string
theme_id
string
domain
string
store_name
text
store_email
text
store_phone
string
country_name
string
plan_display_name
string
(191)
last_updated
timestamp
created_at
timestamp
updated_at
timestamp
upsells
id
increments
user_id
FK
integer
upsell_type_id
FK
integer
name
string
(191)
status
tinyInteger
auto
tinyInteger
setting
longText
views
bigInteger
add_to_carts
bigInteger
transactions
bigInteger
sales
bigInteger
priority
integer
created_at
timestamp
updated_at
timestamp
upsell_templates
id
increments
upsell_type_id
FK
integer
template_path
text
upsell_products
id
increments
type
enum
shopify_product_id
string
(191)
upsell_id
FK
integer
upsell_collections
id
increments
type
enum
shopify_collection_id
string
(191)
upsell_id
FK
integer
upsell_tags
id
increments
type
enum
shopify_tag
string
(191)
upsell_id
FK
integer
orders
id
increments
user_id
FK
integer
shopify_order_id
integer
order
longText
shopify_created_at
timestamp
shopify_updated_at
timestamp
created_at
timestamp
updated_at
timestamp
upsell_order_products
id
increments
order_id
FK
integer
shopify_product_id
string
(191)
upsell_volume_discounts
id
increments
upsell_id
FK
integer
quantity
integer
discount
integer
discount_type
string
(191)
best_deal
boolean
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01