5 lines
93 B
SQL
5 lines
93 B
SQL
-- P5-4899 remove designer pricepremium
|
|
|
|
ALTER TABLE designers
|
|
DROP COLUMN pricepremium;
|