init
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Add cost column to product_variants table
|
||||
ALTER TABLE product_variants ADD COLUMN cost DECIMAL(10,2) DEFAULT 0.00;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
-- Add cost column to product_variants table
|
||||
ALTER TABLE product_variants ADD COLUMN cost DECIMAL(10,2) DEFAULT 0.00;
|
||||