def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.drop_table('inpatientlocation')
op.drop_table('subscription')
op.drop_table('result')
op.drop_table('patientidentifier')
op.drop_table('patient')
op.drop_table('merge')
op.drop_table('inpatientepisode')
op.drop_table('allergy')
op.drop_table('glossolaliareference')
op.drop_table('error')
### end Alembic commands ###
评论列表
文章目录