Plume/migrations/2018-07-27-102221_user_add_followers_endpoint/up.sql
2018-07-27 12:53:21 +02:00

2 lines
99 B
SQL

-- Your SQL goes here
ALTER TABLE users ADD COLUMN followers_endpoint VARCHAR NOT NULL DEFAULT '';