I'm trying to create multi-participant messaging system. Here's the database design I'v found here: Messaging system database schema
Conversation
------------
id
Messages
--------
id
conversation_id
from_id
subject
message
from_timestamp
Participants
------------
conversation_id
user_id
last_read_timestamp
Could you help me to describe Eloquent relations between these models? I mean this: http://laravel.com/docs/eloquent#relationships