-
Hi. I have FastAPI project with Postgesql DB and SqlAlchemy model which use Sqlalchemy_utils.UUIDType field.
When i access sqladmin Team object details i'm getting an error:
UUIDType looks like this:
I searched for pk casting, tried to use Any tips for this please? :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Changed to |
Beta Was this translation helpful? Give feedback.
Changed to
sqlalchemy.Uuid
field types. Problem in tests was assigning UUID type fields withstr
repr of it.