Home
anodyne_forums
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
channels
id
increments
name
string
slug
string
color
string
icon
string
timestamps
timestamps
softDeletes
softDeletes
conversations
id
bigIncrements
channel_id
integer
user_id
integer
title
string
slug
string
answer_id
bigInteger
timestamps
timestamps
softDeletes
softDeletes
posts
id
bigIncrements
conversation_id
bigInteger
user_id
integer
content
text
timestamps
timestamps
softDeletes
softDeletes
notifications
id
bigIncrements
conversation_id
bigInteger
user_id
integer
conversation_states
id
bigIncrements
conversation_id
bigInteger
user_id
integer
last_visted
datetime
users
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01