Example #1
0
def creat_table():
    db.create_all()
Example #2
0
def creat_order_table():
    db.create_all(bind='order')