Home
tg
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
increments
name
string
price
decimal
(12,4)
discount
float
category_id
integer
overview
longText
size
string
dimension
string
box_dimension
string
timestamps
timestamps
softDeletes
softDeletes
role
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
customers
id
increments
last_name
string
user_id
string
phone
string
city
string
state
string
zip
string
address1
string
timestamps
timestamps
softDeletes
softDeletes
role_user
id
increments
user_id
integer
roll_id
integer
timestamps
timestamps
categories
id
increments
name
string
parent_id
integer
sort
integer
timestamps
timestamps
softDeletes
softDeletes
images
id
increments
path
string
product_id
integer
timestamps
timestamps
sort
integer
reviews
id
increments
content
longText
product_id
integer
customer_id
integer
timestamps
timestamps
specifications
id
increments
product_id
integer
title
string
value
string
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01