Home
water_filter_db
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
items
id
increments
title
string
(255)
description
text
price
string
(50)
status
boolean
article_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
articles
id
increments
title
string
(255)
content
text
timestamps
timestamps
softDeletes
softDeletes
images
id
increments
name
string
(100)
url
text
type
string
(50)
item_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
keywords
id
increments
keyword
string
(255)
timestamps
timestamps
item_keyword
item_id
FK
integer
keyword_id
FK
integer
attributes
id
increments
type
string
(255)
value
string
(255)
timestamps
timestamps
item_attribute
item_id
FK
integer
attribute_id
FK
integer
settings
type
string
(50)
value
string
(255)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01