Exemplo n.º 1
0
def destroy_database():
    db.drop_all()
Exemplo n.º 2
0
def create_database():
    db.drop_all()
    db.create_all()