Home
lara_message
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
users
id
increments
name
string
(191)
timestamps
timestamps
threads
id
increments
subject
string
(191)
timestamps
timestamps
messages
id
increments
thread_id
FK
integer
sender_id
FK
integer
body
longText
timestamps
timestamps
user_message
id
increments
user_id
FK
integer
message_id
FK
integer
status
string
(191)
timestamps
timestamps
×
Comments for lara_message
rajithsam . 07 December 2018
User can able to list all his message under inbox section
Only the sender of the message can able to list all the message threads
All the other recipients can able to view only their messages
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01