Home
cart
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
carts
id
increments
user_id
FK
integer
timestamps
timestamps
users
id
increments
timestamps
timestamps
orders
id
increments
products
text
user_id
integer
cart_id
FK
integer
gift
string
gift_message
text
products_total
decimal
discount
decimal
shipping_cost
decimal
total_paid
decimal
delivery_date
date
timestamps
timestamps
carts_products
id
increments
cart_id
FK
integer
product_info_id
FK
integer
timestamps
timestamps
quantity
integer
orders_discounts
id
increments
timestamps
timestamps
order_id
FK
integer
discount_id
FK
integer
discounts
id
increments
code
string
timestamps
timestamps
×
Comments for cart
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01