'string', 'config' => 'array', 'is_active' => 'boolean', ]; } public function machine(): BelongsTo { return $this->belongsTo(Machine::class); } }