Home
laravel shop
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Users
id
increments
timestamps
timestamps
user_type
integer
email
string
(255)
password
string
(128)
Products
id
increments
published
tinyInteger
rating_cache
float
(2,1)
rating_count
integer
name
string
(255)
pricing
float
(9,2)
short_description
string
(255)
long_description
text
icon
string
(255)
timestamps
timestamps
Reviews
id
increments
product_id
integer
user_id
integer
timestamps
timestamps
rating
integer
comment
text
approved
tinyInteger
spam
tinyInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01