def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.drop_index(op.f('ix_tag_name'), table_name='tag')
op.drop_column('tag', 'name')
op.create_unique_constraint('podcast_name_key', 'podcast', ['name'])
op.create_unique_constraint('podcast_feed_key', 'podcast', ['feed'])
### end Alembic commands ###
评论列表
文章目录