def downgrade():
### commands auto generated by Alembic - please adjust! ###
with op.batch_alter_table('menus', schema=None) as batch_op:
batch_op.add_column(sa.Column('location', sa.VARCHAR(length=256), nullable=False))
### end Alembic commands ###
评论列表
文章目录