-- migrate:up alter table game add column updated_at text; -- migrate:down alter table game drop column updated_at;