apskel-pos-backend/migrations/000013_add_cost_to_product_variants.up.sql
aditya.siregar 4f5950543e init
2025-07-18 20:10:29 +07:00

3 lines
118 B
SQL

-- Add cost column to product_variants table
ALTER TABLE product_variants ADD COLUMN cost DECIMAL(10,2) DEFAULT 0.00;