-- migrate:up ALTER TABLE game ADD COLUMN price integer; -- migrate:down ALTER TABLE game DROP COLUMN price integer;