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
Describe the bug
Trying to insert data into table on a schema that is not public. One of the fields, email, is of type citext. The query fails with the error given.
To Reproduce
Steps to reproduce the behavior:
Create a table with a field of type citext.
Try to save a record to it using the schema based api
Expected behavior
It should insert text into that field
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: mac
Browser chrome
Version Big Sur
Additional context
I've checked my postgres extensions list and citext is in there associated to the correct schema
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to insert data into table on a schema that is not public. One of the fields, email, is of type citext. The query fails with the error given.
To Reproduce
Steps to reproduce the behavior:
Create a table with a field of type citext.
Try to save a record to it using the schema based api
Expected behavior
It should insert text into that field
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I've checked my postgres extensions list and citext is in there associated to the correct schema
The text was updated successfully, but these errors were encountered: