Home
earticle
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
bigIncrements
uuid
bigIncrements
email
string
(255)
phone
string
(64)
avatar
string
(255)
timestamps
timestamps
softDeletes
softDeletes
social_links
id
bigIncrements
uuid
bigIncrements
user_id
FK
integer
type
string
(127)
url
string
(255)
created_by
FK
integer
updated_by
FK
integer
timestamps
timestamps
softDeletes
softDeletes
categories
id
bigIncrements
uuid
bigIncrements
slug
string
(255)
logo
string
(255)
status
tinyInteger
sort_number
integer
created_by
FK
integer
updated_by
FK
integer
timestamps
timestamps
softDeletes
softDeletes
articles
id
bigIncrements
uuid
bigIncrements
slug
string
(255)
category_id
FK
integer
feature_image
string
(255)
media
text
view_counts
integer
avg_rating
integer
publish_at
timestamps
created_by
FK
integer
updated_by
FK
integer
timestamps
timestamps
softDeletes
softDeletes
user_translations
id
bigIncrements
user_id
FK
integer
name
string
(255)
about
text
timestamps
timestamps
article_translations
id
increments
article_id
FK
integer
title
string
(255)
content
text
timestamps
timestamps
category_translations
id
increments
category_id
FK
integer
name
string
(255)
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01