Home
merchant
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
mer_customer_address
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
adress
string
(255)
status
tinyInteger
city
string
(255)
state
string
(255)
postal_code
string
(255)
phone1
string
(255)
phone2
string
(255)
lat
string
(255)
long
string
(255)
extra1
string
(255)
extra2
string
(225)
extra3
string
(255)
extra4
string
(255)
note
text
scope
string
(255)
default
tinyInteger
customer_id
bigInteger
mer_customers
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
first_name
string
(255)
last_name
string
(255)
username
string
(255)
email
string
(255)
password
string
(255)
status
tinyInteger
image
string
(255)
last_login
string
(255)
ssn
string
(255)
extra1
string
(255)
extra2
string
extra3
string
extra4
string
(255)
note
text
scope
string
(255)
mer_orders
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
order_number
string
(255)
tracking_number
string
(255)
total
double
shiping
double
tax
double
sub_total
double
weight
string
(255)
quantity
string
(255)
status
tinyInteger
status_detail
text
address_id
bigInteger
customer_id
bigInteger
address
string
(255)
lat
string
(255)
long
string
(255)
phone1
string
(255)
phone2
string
(255)
email
string
(255)
extra1
string
(255)
extra2
string
(255)
extra3
string
(255)
extra4
string
(255)
note
text
scope
string
(255)
offer_id
bigInteger
mer_order_delivery
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
order_number
string
(255)
total
double
deliver_id
bigInteger
note
text
extra1
string
(255)
extra2
string
(255)
extra3
string
(255)
extra4
string
(255)
scope
string
(255)
mer_payments
id
increments
timestamps
timestamps
softDeletes
softDeletes
order_id
bigInteger
status
tinyInteger
process_class_name
string
(255)
card_name
string
(255)
card_type
string
(255)
card_date
date
card_number_display
string
(255)
extra1
string
(255)
extra2
string
(255)
extra3
string
(255)
extra4
string
(255)
note
text
scope
string
(255)
mer_order_discounts
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
order_id
bigInteger
order_item_id
bigInteger
total
double
discount_id
bigInteger
code
string
(255)
customer_applies_type
string
(255)
customer_applies_value
string
(255)
item_applies_type
string
(255)
item_applies_value
string
(255)
coupon_code
string
(255)
coupon_id
bigInteger
extra1
string
(255)
extra2
string
(255)
extra3
string
(255)
extra4
string
(255)
note
text
scope
string
(255)
mer_order_item
id
bigIncrements
timestamps
timestamps
order_id
bigInteger
total
string
(255)
weight
string
(255)
quantity
string
(255)
product_id
bigInteger
code
string
(255)
name
string
(255)
unit_cost
string
(255)
unit_price
string
(255)
is_taxed
double
image
string
(255)
desv
text
extra1
string
(255)
extra2
string
(255)
extra3
string
extra4
string
(255)
note
text
scope
string
(255)
mer_order_item_attr
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
order_item_id
bigInteger
total
string
(255)
weight
string
(255)
attribute_value
string
(255)
attribute_id
bigInteger
attribute_code
string
(255)
attribute_name
string
(255)
attribute_unit_cost
string
(255)
attribute_unit_price
double
attribute_weight
string
option_id
bigInteger
option_name
string
(255)
option_cost
double
option_price
double
option_unit_price
double
option_weight
string
(255)
note
text
scope
string
(255)
×
Comments for merchant
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01