apskel-pos-backend/migrations/000013_add_cost_to_product_variants.up.sql

3 lines
118 B
MySQL
Raw Normal View History

2025-07-18 20:10:29 +07:00
-- Add cost column to product_variants table
ALTER TABLE product_variants ADD COLUMN cost DECIMAL(10,2) DEFAULT 0.00;