def upgrade():
### commands auto generated by Alembic - please adjust! ###
op.drop_constraint('topic_suggestion_podcast_id_fkey', 'topic_suggestion', type_='foreignkey')
op.drop_column('topic_suggestion', 'podcast_id')
### end Alembic commands ###
评论列表
文章目录