'decimal:2', 'cost' => 'decimal:2', 'metadata' => 'array', ]; public function category() { return $this->belongsTo(ProductCategory::class, 'category_id'); } }