Home
superMarket
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
password
string
email
string
phone
string
group
string
softDeletes
softDeletes
timestamps
timestamps
Category
id
increments
title
string
des
string
timestamps
timestamps
softDeletes
softDeletes
Product
id
increments
title
string
des
string
details
string
cat_id
FK
integer
photo_id
string
price
decimal
quantity
integer
active
boolean
timestamps
timestamps
Photo
id
increments
title
string
des
string
timestamps
timestamps
order
id
increments
timestamps
timestamps
productid
integer
productcatagory
string
(100)
productname
string
productimage
string
productdescription
string
productprice
string
productquantity
string
shippingstatus
string
walletbalance
string
cart
id
increments
productid
integer
productcatagory
string
(100)
productname
string
productimage
string
productdescription
string
productprice
string
productquantity
string
shippingstatus
string
walletbalance
string
timestamps
timestamps
×
Comments for superMarket
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01