Plume/migrations/postgres/2018-07-27-102221_user_add_followers_endpoint/up.sql

3 lines
99 B
MySQL
Raw Normal View History

2018-07-27 10:53:21 +00:00
-- Your SQL goes here
ALTER TABLE users ADD COLUMN followers_endpoint VARCHAR NOT NULL DEFAULT '';