Plume/migrations/postgres/2019-05-22-124143_add_custom_domains/up.sql

3 lines
126 B
MySQL
Raw Normal View History

--- Adding custom domain to Blog as an optional field
ALTER TABLE blogs ADD COLUMN custom_domain VARCHAR DEFAULT NULL UNIQUE;