'boolean', ]; } public function conversation() { return $this->belongsTo(ChatConversation::class, 'chat_conversation_id'); } }