def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.add_column('match', sa.Column('playout_enabled', mysql.TINYINT(display_width=1), autoincrement=False, nullable=True))
op.add_column('match', sa.Column('overtime_enabled', mysql.TINYINT(display_width=1), autoincrement=False, nullable=True))
### end Alembic commands ###
评论列表
文章目录