Exception: Could not find field converter for column id (<class 'sqlmodel.sql.sqltypes.GUID'>) #155
Unanswered
Anton-Karpenko
asked this question in
Q&A
Replies: 1 comment
-
Hey, thanks a lot for pointing this out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I am using sqlmodel to create models. I use the UUID type for the id columns.
I added sqladmin to my project and I would like to create an instance within the admin panel. I cannot open
create
page because of an error.Exception: Could not find field converter for column id (<class 'sqlmodel.sql.sqltypes.GUID'>)
Can I apply a custom converter to it?
Beta Was this translation helpful? Give feedback.
All reactions