'decimal:4', 'reference_high' => 'decimal:4', 'is_abnormal' => 'boolean', ]; } public function result(): BelongsTo { return $this->belongsTo(InvestigationResult::class, 'investigation_result_id'); } }