MCPcopy Create free account
hub / github.com/dot-agent/nextpy / AlembicSecond

Class AlembicSecond

tests/test_model.py:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 # Add table
132 class AlembicSecond(Model, table=True): # type: ignore
133 a: int = 42
134 b: float = 4.2
135
136 Model.migrate(autogenerate=True)
137 assert len(list(versions.glob("*.py"))) == 4

Callers 1

test_automigrationFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_automigrationFunction · 0.68