'integer', 'group_id' => 'string', 'conversation_id' => 'integer', 'read_at' => 'datetime', ]; public function conversation() { return $this->belongsTo(Conversation::class, 'conversation_id'); } }