Home
task
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(255)
email
string
(255)
timestamps
timestamps
carts
id
increments
user_id
FK
integer
timestamps
timestamps
products
id
increments
name
string
regular_price
float
sale_price
float
timestamps
timestamps
cart_product
id
increments
cart_id
FK
integer
product_id
FK
integer
timestamps
timestamps
currencies
id
increments
name
string
value_in_usd
float
timestamps
timestamps
spcial_offer
id
increments
product_id
FK
integer
sale_offer
float
timestamps
timestamps
spcial_offer_product
id
increments
spcial_offer_id
FK
integer
product_id
FK
integer
timestamps
timestamps
config
id
increments
taxes
float
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01