We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572f513 commit 974340cCopy full SHA for 974340c
1 file changed
backend/app/models.py
@@ -64,7 +64,7 @@ class ItemBase(SQLModel):
64
65
# Properties to receive on item creation
66
class ItemCreate(ItemBase):
67
- title: str = Field(min_length=1, max_length=255)
+ pass
68
69
70
# Properties to receive on item update
0 commit comments