'decimal:4', 'reference_high' => 'decimal:4', 'is_active' => 'boolean', ]; } public function organization(): BelongsTo { return $this->belongsTo(Organization::class, 'organization_id'); } public function requests(): HasMany { return $this->hasMany(InvestigationRequest::class, 'investigation_type_id'); } }