2024-03-14 09:35:52 -04:00

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 Utf8;
-- +goose StatementEnd