You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you so much for maintaining this project and providing the insightful example
I have a PostgreSQL users table where the id is of type UUID, however when I use the where comparator I get this error "operator does not exist: uuid = character varying"
Firstly, thank you so much for maintaining this project and providing the insightful example
I have a PostgreSQL users table where the id is of type UUID, however when I use the where comparator I get this error "operator does not exist: uuid = character varying"
I found online that one should use this operator but unfortunately it throws an error
Any ideas would be appreciated. Thanks in advance
The text was updated successfully, but these errors were encountered: