MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / create_tables

Function create_tables

questions/db_models_postgres.py:364–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362
363# Create tables
364def create_tables():
365 Base.metadata.create_all(bind=engine)
366
367
368if __name__ == "__main__":

Callers 3

test_connectionsFunction · 0.90
test_connectionsFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_connectionsFunction · 0.72
test_connectionsFunction · 0.72