MCPcopy Create free account
hub / github.com/DJWOMS/fastapi_base / SupportModel

Class SupportModel

examples/app_support_2/src/models/support_model.py:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class SupportModel(Base):
8 category_id: Mapped[int] = mapped_column(ForeignKey("categories.id"))
9 username: Mapped[str]
10 text: Mapped[str]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected