Example #1
0
def drop_table():
    db.drop_all()
Example #2
0
def drop_order_table():
    db.drop_all(bind='order')