-- +goose Up -- +goose StatementBegin ALTER TABLE "Updates" ADD COLUMN PlaceholderChange TEXT; ALTER TABLE "Updates" ADD COLUMN Name TEXT; -- +goose StatementEnd -- +goose Down -- +goose StatementBegin ALTER TABLE "Updates" DROP COLUMN Name; ALTER TABLE "Updates" DROP COLUMN PlaceholderChange; -- +goose StatementEnd