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