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