Home
lforum
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
forum_categories
id
increments
title
string
(255)
group_id
FK
integer
author_id
FK
integer
timestamps
timestamps
forum_comments
id
increments
timestamps
timestamps
group_id
FK
integer
category_id
FK
integer
thread_id
FK
integer
author_id
FK
integer
body
string
(500)
forum_groups
id
increments
title
string
(255)
author_id
FK
integer
timestamps
timestamps
forum_threads
id
increments
title
string
(255)
body
string
(500)
group_id
FK
integer
category_id
FK
integer
timestamps
timestamps
users
id
increments
username
string
(255)
Password
string
(255)
isadmin
boolean
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01