def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
with op.batch_alter_table('user') as batch_op:
batch_op.drop_column('state')
batch_op.drop_column('last_active_at')
batch_op.drop_column('is_active')
# ### end Alembic commands ###
8b0b3bbd0cac_state_is_active_last_active_at_fields_.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录