Home
forum
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
channels
id
increments
name
string
(100)
slug
string
(150)
color
string
(16)
icon
string
(25)
softDeletes
softDeletes
timestamps
timestamps
threads
id
increments
title
string
slug
string
channel_id
FK
integer
user_id
FK
integer
softDeletes
softDeletes
answer_id
FK
integer
timestamps
timestamps
users
id
increments
remember_token
string
(100)
username
string
(50)
password
string
(100)
email
string
(120)
softDeletes
softDeletes
timestamps
timestamps
posts
id
increments
text
text
thread_id
FK
integer
user_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
polls
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
post_id
FK
integer
type
enum
notifications
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
thread_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01