'integer', 'mode' => 'integer', ]; public function site(): BelongsTo { return $this->belongsTo(Site::class); } }