Home
e-commerce
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
name
string
email
string
password
string
products
id
increments
timestamps
timestamps
name
string
description
text
price
decimal
store_id
FK
integer
orders
id
increments
timestamps
timestamps
user_id
FK
integer
store_id
FK
integer
shipping_cost
decimal
total
decimal
order_product
id
increments
timestamps
timestamps
product_id
FK
integer
order_id
FK
integer
price
decimal
quantity
integer
stores
id
increments
timestamps
timestamps
user_id
FK
integer
name
string
shipping_cost
decimal
vat_included
boolean
vat_percentage
decimal
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01