
conversation_id : bigint(20)
|

created_by : bigint(20)
|

updated_at : timestamp
|

participant_id : bigint(20)
|

other_user_id : bigint(20)
|

other_username : varchar(30)
|

other_profile_picture : varchar(500)
|

other_is_verified : tinyint(1)
|

last_message : text
|

last_message_type : enum('text','image','video','audio','post_share','profile_share')
|

last_message_time : timestamp
|

last_message_sender_id : bigint(20)
|

last_message_sender_username : varchar(30)
|

unread_count : bigint(21)
|