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