goose/tests/e2e/testdata/turso/migrations/00008_h.sql

10 lines
239 B
SQL

-- +goose Up
-- +goose StatementBegin
ALTER TABLE stargazers DROP COLUMN stargazer_location;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
ALTER TABLE stargazers ADD COLUMN stargazer_location text;
-- +goose StatementEnd