Home
Blog - CORRECTED
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
blog_categories
id
increments
name
string
(191)
slug
string
(191)
description
string
(191)
blog_posts
id
increments
category_id
FK
integer
title
string
(191)
slug
string
(191)
description
string
(191)
summary
text
content
text
status
enum
comments
boolean
featured
boolean
timestamps
timestamps
softDeletes
softDeletes
blog_comments
id
increments
post_id
FK
integer
status
enum
timestamps
timestamps
softDeletes
softDeletes
ip
string
(15)
user_agent
string
(191)
blog_post_tag
id
increments
tag_id
FK
integer
post_id
FK
integer
blog_tags
id
increments
name
string
(191)
slug
string
(191)
×
Comments for Blog - CORRECTED
[email protected]
. 20 December 2018
A correct version of the popular Blog schema:
http://www.laravelsd.com/share/s4UjqE
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01