Michael Lan
Results
1
comments of
Michael Lan
I have found the solution using the sa_column argument for the Field class, but the alias argument in the SQLModel class should work. example code. `metadata_: Optional[str] = Field(sa_column=Column("metadata", String,...