def upgrade():
### commands auto generated by Alembic - please adjust! ###
with op.batch_alter_table('menus', schema=None) as batch_op:
batch_op.drop_column('location')
### end Alembic commands ###
评论列表
文章目录