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 6c95e05 commit afbed47Copy full SHA for afbed47
sqlmodel/main.py
@@ -213,7 +213,7 @@ class FieldInfoMetadata:
213
ondelete: OnDeleteType | UndefinedType = Undefined
214
unique: bool | UndefinedType = Undefined
215
index: bool | UndefinedType = Undefined
216
- sa_type: type[Any] | UndefinedType = Undefined
+ sa_type: SaTypeOrInstance | UndefinedType = Undefined
217
sa_column: Column[Any] | UndefinedType = Undefined
218
sa_column_args: Sequence[Any] | UndefinedType = Undefined
219
sa_column_kwargs: Mapping[str, Any] | UndefinedType = Undefined
0 commit comments