Home
Catalog
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
increments
title
string
(255)
description
text
brand_id
FK
integer
collection_id
FK
integer
category_id
FK
integer
sale
boolean
discount
integer
discount_type
enum
new
boolean
timestamps
timestamps
users
id
increments
name
string
(199)
email
string
(199)
password
string
(199)
brands
id
increments
name
string
(199)
collections
id
increments
name
string
(199)
colors
id
increments
color
string
(30)
sizes
id
increments
size
string
(10)
categories
id
increments
name
string
(199)
tags
id
increments
product_id
FK
integer
tag
string
(199)
product_variants
id
increments
timestamps
timestamps
product_id
FK
integer
image_id
FK
integer
color_id
integer
size_id
integer
images
id
increments
product_id
FK
integer
alt
string
(255)
src
string
(255)
settings
id
increments
name
string
(199)
slug
string
(255)
value
text
type
smallInteger
module
string
(30)
order
smallInteger
clients
id
increments
timestamps
timestamps
name
string
(199)
email
string
(199)
adress
text
phone
string
(20)
orders
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01