def downgrade(): with op.batch_alter_table('editions', schema=None) as batch_op: batch_op.drop_column('mode')