'decimal:6', 'waste_rate' => 'decimal:6', 'is_calculated' => 'boolean', 'depends_on' => 'array', 'calculation_config' => 'array', ]; public function template() { return $this->belongsTo(BomTemplate::class, 'bom_template_id'); } }