Home
Blog
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (3)
blog_categories
id
increments
name
string
(255)
slug
string
(255)
description
string
(255)
blog_posts
id
increments
category_id
tinyInteger
title
string
(255)
slug
string
(255)
description
string
(255)
summary
text
content
text
status
enum
comments
boolean
featured
boolean
timestamps
timestamps
softDeletes
softDeletes
blog_comments
id
increments
post_id
tinyInteger
status
enum
timestamps
timestamps
softDeletes
softDeletes
ip
string
(15)
user_agent
string
(255)
blog_post_tag
id
increments
tag_id
tinyInteger
post_id
tinyInteger
blog_tags
id
increments
name
string
(255)
slug
string
(255)
×
Comments for Blog
[email protected]
. 19 December 2018
The blog_posts table is nice. Good database schema
[email protected]
. 20 December 2018
This is a modified version and more correct:
http://www.laravelsd.com/share/6OX7Bc
vinoth . 31 July 2019
alert('test xss');
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01