-- +goose Up
ALTER TABLE users
ADD is_chirpy_red BOOLEAN NOT NULL DEFAULT FALSE;
-- +goose Down
DROP COLUMN is_chirpy_red;