3 lines
48 B
SQL
3 lines
48 B
SQL
ALTER TABLE messages
|
|
DROP COLUMN homepage_url;
|
ALTER TABLE messages
|
|
DROP COLUMN homepage_url;
|