3 lines
99 B
SQL
3 lines
99 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE users ADD COLUMN followers_endpoint VARCHAR NOT NULL DEFAULT '';
|