This commit is contained in:
Robin COuret
2026-03-05 17:30:39 +01:00
parent 339270aefd
commit 02bc680982
30 changed files with 175 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
from sqlmodel import Field, SQLModel, Relationship
#TODO : add pydantic validation
class Knowledge(SQLModel, table=True):
id: int | None = Field(default=None, primary_key=True)