3 lines
43 B
SQL
3 lines
43 B
SQL
ALTER TABLE orders
|
|
DROP COLUMN status;
|
ALTER TABLE orders
|
|
DROP COLUMN status;
|