Home
blog
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admin
admin_id
integer
username
string
(50)
password
string
(255)
users
user_id
integer
email
string
(255)
first_name
string
(50)
last_name
string
(50)
birth_date
date
password
string
(255)
categories
category_id
integer
category_name
string
(50)
blacklist_words
word_id
integer
word
string
(50)
comments
comment_id
integer
blog_id
integer
user_id
integer
content
text
is_approved
tinyInteger
blogs
blog_id
integer
user_id
integer
title
string
(255)
description
text
image_url
string
(255)
comment_blacklist
comment_id
integer
word_id
integer
blog_categories
blog_id
integer
category_id
integer
favorites
favorite_id
integer
user_id
integer
blog_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01