4 lines
88 B
SQL
4 lines
88 B
SQL
-- P5-4999: remove c/o field
|
|
|
|
ALTER TABLE contract_customers DROP COLUMN "delivery-co";
|