Home
shopping-cart
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
password
string
timestamps
timestamps
carts
id
increments
user_id
integer
instance
string
timestamps
timestamps
products
id
increments
name
string
stock
integer
price
float
sku
string
timestamps
timestamps
carts_items
id
increments
cart_id
integer
product_id
integer
quantity
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01