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 4605df6 commit b8c9be2Copy full SHA for b8c9be2
sqlmodel/main.py
@@ -351,7 +351,7 @@ def Field(
351
exclude: Set[int | str] | Mapping[int | str, Any] | Any = None,
352
include: Set[int | str] | Mapping[int | str, Any] | Any = None,
353
const: bool | None = None,
354
- coerce_numbers_to_str: bool | None= None,
+ coerce_numbers_to_str: bool | None = None,
355
gt: float | None = None,
356
ge: float | None = None,
357
lt: float | None = None,
0 commit comments