Home
Forum
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(255)
email
string
(255)
password
string
(255)
activation_key
string
(60)
active
boolean
role
enum
remember_token
string
(100)
timestamps
timestamps
user_profile
id
increments
user_id
integer
firstname
string
(255)
lastname
string
(255)
date_of_birth
date
avatar
string
(255)
timestamps
timestamps
forums
id
increments
category_id
integer
title
string
(255)
timestamps
timestamps
categories
id
increments
forum_id
integer
title
string
(255)
content
text
timestamps
timestamps
topics
id
increments
category_id
integer
user_id
integer
title
string
(255)
content
text
timestamps
timestamps
posts
id
increments
topic_id
integer
user_id
integer
content
text
timestamps
timestamps
×
Comments for Forum
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01