'datetime', 'replied_by' => 'integer', ]; } public function repliedBy(): BelongsTo { return $this->belongsTo(User::class, 'replied_by'); } }