'string', 'progress' => 'integer', ]; // key type string protected $keyType = 'string'; public function host(): BelongsTo { return $this->belongsTo(Host::class); } }