def downgrade(): """Downgrade database.""" with op.batch_alter_table('games') as batch_op: batch_op.drop_column('played_at')