def downgrade(): # ### commands auto generated by Alembic - please adjust! ### op.drop_table('answers') op.drop_table('questions') op.drop_table('users') # ### end Alembic commands ###