-- +goose Up -- SQL in section 'Up' is executed when this migration is applied ALTER TABLE users ADD CONSTRAINT op UNIQUE (type, op_id); -- +goose Down -- SQL section 'Down' is executed when this migration is rolled back ALTER TABLE users DROP CONSTRAINT op;