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