'integer', 'edited_at' => 'datetime', ]; public function review() { return $this->belongsTo(Review::class); } }