def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.drop_table('potocas')
op.drop_index('ix_comments_timestamp', 'comments')
op.drop_table('comments')
op.drop_table('usertocas')
op.drop_index('ix_questions_timestamp', 'questions')
op.drop_table('questions')
op.drop_table('follows')
op.drop_index('ix_users_username', 'users')
op.drop_index('ix_users_email', 'users')
op.drop_table('users')
op.drop_table('categories')
op.drop_index('ix_roles_default', 'roles')
op.drop_table('roles')
### end Alembic commands ###
评论列表
文章目录