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)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01