-- +migrate Up
CREATE TABLE appconfig (
ticket_key VARCHAR(5),
ticket_id INT
);
-- +migrate Down
DROP TABLE appconfig;