3 lines
104 B
SQL
3 lines
104 B
SQL
-- undo the adding of custom_domain column to blogs table.
|
|
ALTER TABLE blogs DROP COLUMN custom_domain;
|