-- +goose Up -- SQL in section 'Up' is executed when this migration is applied ALTER TABLE scrobble_import ADD COLUMN count int; -- +goose Down -- SQL section 'Down' is executed when this migration is rolled back ALTER TABLE scrobble_import DROP COLUMN count;