Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type citext does not exist #691

Open
dchoigt opened this issue Apr 14, 2022 · 0 comments
Open

Type citext does not exist #691

dchoigt opened this issue Apr 14, 2022 · 0 comments

Comments

@dchoigt
Copy link

dchoigt commented Apr 14, 2022

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.
Screen Shot 2022-04-14 at 4 59 59 PM

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant