Home
ecommerce
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
countries
id
increments
timestamps
timestamps
code
string
(50)
name
string
(250)
addresses
id
increments
timestamps
timestamps
user_id
integer
country_id
integer
first_name
string
(45)
last_name
string
(45)
address1
string
(255)
address2
string
(255)
country
string
(255)
city
string
(255)
postal_code
integer
phone
string
(50)
mobile_phone
string
(50)
comment
text
created_at
date
updated_at
date
users
id
increments
timestamps
timestamps
name
string
(255)
email
string
(255)
password
string
(255)
salution
string
(45)
first_name
string
(100)
last_name
string
(100)
birthday
date
gender
tinyInteger
active
tinyInteger
remamber_token
string
(100)
created_at
date
updated_at
date
companies
id
increments
timestamps
timestamps
user_id
integer
name
string
(250)
tin
string
(100)
trn
string
(100)
orders
id
increments
timestamps
timestamps
user_id
integer
status_id
integer
carrier_id
string
shipping_address_id
integer
billing_address_id
string
currency_id
integer
comment
text
shipping_no
string
(255)
invoice_date
date
delivery_date
datetime
shipping_address
text
billing_address
text
total_discount
decimal
(13,6)
total_discount_tax
decimal
total_shipping
decimal
total_shipping_tax
decimal
total_decimal
decimal
total_tax
decimal
created_at
date
updated_at
date
carriers
id
increments
timestamps
timestamps
name
string
(45)
price
decimal
delivery_text
string
(255)
logo
string
(255)
currencies
id
increments
timestamps
timestamps
name
string
(45)
iso
string
(45)
value
string
(45)
default
tinyInteger
order_statuses
id
increments
timestamps
timestamps
name
string
(50)
products
id
increments
timestamps
timestamps
group_id
integer
attribute_set_id
integer
name
string
(255)
description
text
text_id
integer
price
decimal
sku
string
(100)
stock
integer
active
tinyInteger
created_at
date
updated_at
date
category_product
id
increments
timestamps
timestamps
category_id
integer
product_id
integer
categories
id
increments
timestamps
timestamps
parant_id
integer
name
string
(100)
slug
string
(100)
lft
integer
rgt
integer
depth
integer
attribute_sets
id
increments
timestamps
timestamps
name
string
(45)
attribute_attribute_set
id
increments
timestamps
timestamps
attribute_id
integer
attribute_set_id
integer
attributes
id
increments
timestamps
timestamps
type
string
(50)
name
string
(100)
attribute_values
id
increments
timestamps
timestamps
attribute_id
integer
value
string
(45)
attribute_product_value
id
increments
timestamps
timestamps
product_id
integer
attribute_id
integer
value
string
(255)
product_images
id
increments
timestamps
timestamps
product_id
integer
name
string
(100)
order
integer
taxes
id
increments
timestamps
timestamps
name
string
(255)
value
decimal
settings
id
increments
timestamps
timestamps
key
string
(255)
name
string
(255)
description
string
(255)
value
string
(255)
field
text
active
tinyInteger
created_at
date
updated_at
date
notification_templates
id
increments
timestamps
timestamps
name
string
(255)
content
text
notifications
id
increments
timestamps
timestamps
password_resets
id
increments
timestamps
timestamps
email
string
(255)
token
string
(255)
created_at
date
migrations
id
increments
timestamps
timestamps
migration
string
(255)
batch
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01