'integer', ]; } // Relationships public function musicNumber(): BelongsTo { return $this->belongsTo(MusicNumber::class); } }