3 lines
97 B
SQL
3 lines
97 B
SQL
-- Remove cost column from product_variants table
|
|
ALTER TABLE product_variants DROP COLUMN cost;
|