Home
chat_system
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
chat_person
id
increments
chat_relation
tinyInteger
first_entity_type
tinyInteger
first_entity_id
integer
second_entity_type
tinyInteger
second_entity_id
integer
status
tinyInteger
timestamps
timestamps
chat_messages
id
increments
chat_person_id
integer
sender_type
tinyInteger
sender_id
integer
receiver_id
integer
message
longText
message_type
tinyInteger
seen_at
datetime
timestamps
timestamps
×
Comments for chat_system
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01