Home
YALS
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Category
id
increments
name
string
slug
string
timestamps
timestamps
Products
id
increments
rating_cache
float
rating_count
integer
category_id
integer
name
string
slug
string
stock
integer
pricing
float
short_description
string
long_description
text
icon
string
timestamps
timestamps
Seo
id
increments
timestamps
timestamps
title
string
description
string
keywords
string
seoble_id
integer
seoble_type
string
Reviews
id
increments
timestamps
timestamps
product_id
FK
integer
user_id
FK
integer
comment
text
approved
tinyInteger
spam
tinyInteger
Users
id
increments
timestamps
timestamps
email
string
password
string
permissions
text
activated
tinyInteger
Order
id
increments
timestamps
timestamps
user_id
FK
integer
Order_item
id
increments
order_id
FK
integer
product_id
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01