'decimal:2', 'run_time_hours' => 'decimal:2', ]; public function lineRevision() { return $this->belongsTo(LineRevision::class, 'line_revision_id'); } public function workCenter() { return $this->belongsTo(WorkCenter::class, 'work_center_id'); } }