Home
tailpro
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
increments
car_id
FK
integer
brand_id
FK
integer
category_id
FK
integer
name
string
(255)
make_model
string
(255)
make_year
integer
price
integer
rating
integer
status
boolean
timestamps
timestamps
brands
id
increments
name
string
(255)
status
boolean
timestamps
timestamps
categories
id
increments
name
string
(255)
status
boolean
timestamps
timestamps
category_images
id
increments
cat_id
FK
integer
title
string
(255)
type
string
(255)
status
boolean
timestamps
timestamps
product_images
id
increments
product_id
FK
integer
title
string
(255)
type
string
(255)
status
boolean
timestamps
timestamps
product_page_sliders
id
increments
button_text
string
(255)
button_url
string
(255)
position
string
(255)
status
boolean
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01