예제 #1
0
def creat_table():
    db.create_all()
예제 #2
0
파일: models.py 프로젝트: lcross/faka
def creat_order_table():
    db.create_all(bind='order')