Home
ecommerce
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
carts
id
increments
order_id
bigInteger
user_id
bigInteger
uid
string
currency_id
integer
quantity
integer
sub_total
double
(12,4)
tax
double
(12,4)
tax_rate
double
(6,3)
total
double
(12,4)
discount
double
(12,4)
grand_total
double
(12,4)
timestamps
timestamps
softDeletes
softDeletes
cart_items
id
increments
cart_id
bigInteger
model_type
string
model_id
bigInteger
model_price_key
string
currency_id
integer
quantity
integer
unit_price
double
(12,4)
unit_tax
double
(12,4)
sub_total
double
(12,4)
tax
double
(12,4)
tax_rate
double
(6,3)
total
double
(12,4)
discount
double
(12,4)
grand_total
double
(12,4)
c_var
string
c_int
integer
c_txt
text
timestamps
timestamps
softDeletes
softDeletes
currencies
id
increments
symbol
string
iso
string
timestamps
timestamps
softDeletes
softDeletes
payment_addresses
id
increments
user_id
bigInteger
contact_name
string
contact_email
string
contact_phone
string
id_number
string
address_title
string
address
text
country
string
state
string
city
string
posta_code
string
type
enum
company_name
string
tax_number
string
tax_office
string
c_var
string
c_int
integer
c_txt
text
timestamps
timestamps
softDeletes
softDeletes
orders
id
increments
uid
string
status
tinyInteger
user_id
bigInteger
billing_address_id
bigInteger
shipping_address_id
integer
currency_id
integer
sub_total
double
(12,4)
tax
double
(12,4)
tax_rate
double
(6,3)
total
double
(12,4)
discount
double
(12,4)
grand_total
double
(12,4)
installment
smallInteger
response
json
timestamps
timestamps
softDeletes
softDeletes
order_items
id
increments
order_id
bigInteger
status
tinyInteger
model_type
string
model_id
bigInteger
model_price_key
string
currency_id
integer
quantity
integer
unit_price
double
(12,4)
unit_tax
double
(12,4)
sub_total
double
(12,4)
tax
double
(12,4)
tax_rate
double
(6,3)
total
double
(12,4)
discount
double
(12,4)
grand_total
double
(12,4)
c_var
string
c_int
integer
c_txt
text
timestamps
timestamps
softDeletes
softDeletes
×
Comments for ecommerce
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01