Home
Order
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Order
id
increments
timestamps
timestamps
customer_id
integer
shipment_id
integer
Customer
id
increments
timestamps
timestamps
customer_id
integer
group_id
integer
email
string
customer_name
string
customer_name_2
string
store_id
integer
website_id
integer
address_ids
string
Address
id
increments
timestamps
timestamps
region_id
integer
region_code
string
region
string
country_id
string
street
string
company
string
phone
string
postcode
string
city
string
first_name
string
last_name
string
address_id
integer
OrderDetails
id
increments
timestamps
timestamps
base_currency_code
string
base_discount_amount
decimal
base_grand_total
decimal
base_discount_tax_compensation_amount
decimal
base_subtotal
decimal
base_subtotal_incl_tax
decimal
base_tax_amount
decimal
base_total_due
decimal
base_to_global_rate
decimal
base_to_order_rate
decimal
billing_address_id
integer
discount_amount
decimal
global_currency_code
string
grand_total
decimal
discount_tax_compensation_amount
decimal
status
string
subtotal
decimal
subtotal_incl_tax
decimal
tax_amount
decimal
total_due
decimal
total_item_count
integer
total_qty_ordered
integer
weight
decimal
item_ids
string
OrderItem
id
increments
timestamps
timestamps
amount_refunded
decimal
base_amount_refunded
decimal
base_discount_amount
decimal
base_discount_invoiced
decimal
base_discount_tax_compensation_amount
decimal
base_original_price
decimal
base_price
decimal
base_price_incl_tax
decimal
base_row_invoiced
decimal
base_row_total
decimal
base_row_total_incl_tax
decimal
base_tax_amount
decimal
base_tax_invoiced
decimal
discount_amount
decimal
discount_invoiced
decimal
discount_percent
decimal
discount_tax_compensation_amount
decimal
name
string
original_price
decimal
price
decimal
price_incl_tax
decimal
product_id
integer
product_type
string
qty_canceled
decimal
qty_invoiced
decimal
qty_ordered
decimal
qty_refunded
decimal
qty_shipped
decimal
row_invoiced
decimal
row_total
decimal
row_total_incl_tax
decimal
row_weight
decimal
sku
string
tax_amount
decimal
tax_invoiced
decimal
tax_percent
decimal
weight
decimal
Shipment
id
increments
timestamps
timestamps
billing_address_id
integer
method
string
base_shipping_amount
decimal
base_shipping_discount_amount
decimal
base_shipping_discount_tax_compensation_amnt
decimal
base_shipping_incl_tax
decimal
base_shipping_tax_amount
decimal
shipping_amount
decimal
shipping_discount_amount
decimal
shipping_discount_tax_compensation_amount
decimal
shipping_incl_tax
decimal
shipping_tax_amount
decimal
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01