MCPcopy Create free account
hub / github.com/Vanderhoof/PyDBML / simple_column

Function simple_column

test/conftest.py:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31@pytest.fixture
32def simple_column() -> Column:
33 return Column(
34 name='id',
35 type='integer'
36 )
37
38
39@pytest.fixture

Callers

nothing calls this directly

Calls 1

ColumnClass · 0.90

Tested by

no test coverage detected