def downgrade():
"""Downgrade the database to an older revision."""
# commands auto generated by Alembic - please adjust! ###
op.add_column('batch', sa.Column('epvs', postgresql.JSONB(), autoincrement=False,
nullable=True))
op.drop_table('batches_versions')
# end Alembic commands ###
a46a17bfd29b_batches_versions_relation.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录