def downgrade():
op.execute(DropSequence(Sequence('contact_tag_position')))
# ### commands auto generated by Alembic - please adjust! ###
op.drop_table('contact_tag')
op.drop_table('tag')
# ### end Alembic commands ###
8e660f5e482c_tag_model.py 文件源码
python
阅读 30
收藏 0
点赞 0
评论 0
评论列表
文章目录