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