MCPcopy Index your code
hub / github.com/reflex-dev/reflex / AlembicSecond

Class AlembicSecond

tests/units/test_sqlalchemy.py:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243 # Add table
244 class AlembicSecond(ModelBase):
245 a: Mapped[int] = mapped_column(default=42)
246 b: Mapped[float] = mapped_column(default=4.2)
247
248 assert migrate(autogenerate=True)
249 assert len(list(versions.glob("*.py"))) == 4

Callers 1

test_automigrationFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_automigrationFunction · 0.56