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