Exemplo n.º 1
0
def create_all():
    BASE.metadata.create_all(get_engine())
Exemplo n.º 2
0
def drop_all():
    BASE.metadata.drop_all(get_engine())