-- +goose Up -- +goose StatementBegin ALTER TABLE device_state ADD COLUMN color VARCHAR(255) NOT NULL DEFAULT 'hs:0,0'; -- +goose StatementEnd -- +goose Down -- +goose StatementBegin ALTER TABLE device_state DROP COLUMN IF EXISTS color; -- +goose StatementEnd