'float', ]; public function job(): BelongsTo { return $this->belongsTo(ChemicalSearchJob::class, 'job_id'); } }