-- +goose Up -- +goose StatementBegin CREATE TABLE IF NOT EXISTS CacheTimestamp ( CacheType ENUM('AllCardsBulkData') PRIMARY KEY, Stamp DATETIME NOT NULL ); -- +goose StatementEnd -- +goose Down -- +goose StatementBegin DROP TABLE IF EXISTS CacheTimestamp; -- +goose StatementEnd