Plume/migrations/2018-05-10-101553_posts_add_ap_url/up.sql
2018-05-10 11:52:56 +01:00

3 lines
87 B
SQL

-- Your SQL goes here
ALTER TABLE posts ADD COLUMN ap_url VARCHAR NOT NULL DEFAULT '';