Home
devbase2brand
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
themeId
string
(255)
email
string
(255)
email_verified_at
timestamp
password
string
(255)
timestamps
timestamps
shopify_customers
id
increments
customer_id
string
(255)
email
string
(255)
first_name
string
(255)
last_name
string
(255)
phone
string
(255)
admin_graphql_api_id
string
(255)
shopify_created_at
timestamp
shopify_updated_at
timestamp
timestamps
timestamps
shopify_customer_addresses
id
increments
timestamps
timestamps
shopify_customer_id
FK
integer
shopify_address_id
string
(255)
first_name
string
(255)
last_name
string
(255)
company
string
(255)
customer_id
string
(255)
address1
string
(255)
address2
string
city
string
(255)
province
string
(255)
country
string
(255)
zip
string
(255)
name
string
(255)
province_code
string
(255)
country_code
string
(255)
country_name
string
(255)
upsells
id
increments
name
string
(255)
user_id
FK
integer
type
enum
is_active
boolean
target
enum
timestamps
timestamps
upsell_products
upsell_id
FK
integer
type
enum
shopify_product_id
string
title
string
(255)
body_html
text
vendor
string
(255)
product_type
string
(255)
shopify_created_at
string
(255)
shopify_updated_at
string
(255)
handle
string
(255)
shopify_published_at
string
(255)
template_suffix
string
(255)
status
boolean
tags
text
admin_graphql_api_id
string
(255)
timestamps
timestamps
product_vartiants
id
increments
upsell_product_id
FK
integer
variant_id
string
(255)
shopify_product_id
string
title
string
(255)
price
string
(255)
sku
string
(255)
position
string
(255)
inventory_policy
string
(255)
fulfillment_service
string
(255)
compare_at_price
string
(255)
inventory_management
string
(255)
option1
string
option2
string
(255)
option3
string
shopify_created_at
string
(255)
shopify_updated_at
string
(255)
taxable
boolean
barcode
string
(255)
grams
string
(255)
image_id
string
(255)
weight
string
(255)
weight_unit
string
(255)
inventory_item_id
string
(255)
inventory_quantity
string
(255)
old_inventory_quantity
string
(255)
requires_shipping
string
(255)
presentment_prices
json
admin_graphql_api_id
string
(255)
timestamps
timestamps
variant_options
id
increments
variant_id
FK
integer
name
string
(255)
position
string
(255)
values
json
product_id
string
(255)
timestamps
timestamps
variant_images
id
increments
variant_id
FK
integer
product_id
string
(255)
position
string
(255)
shopify_created_at
string
(255)
shopify_updated_at
string
(255)
alt
string
(255)
width
string
(255)
height
string
(255)
src
text
variant_ids
json
admin_graphql_api_id
string
(255)
timestamps
timestamps
checkout_settings
id
increments
timestamps
timestamps
×
Exporting error!
There is an error with the foreign key contraints, please check if reference of column "upsell_product_id" in table "product_vartiants" is still correct.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01