N
Neon15mo ago
harsh-harlequin

make case insensitive schema.prisma

Someone know what typo that I have, cause I thought it should be possible.
No description
No description
6 Replies
harsh-harlequin
harsh-harlequinOP15mo ago
@db.Citext isn't working
provincial-silver
provincial-silver15mo ago
You need to install the extension to your database
harsh-harlequin
harsh-harlequinOP15mo ago
I tried yesterday, with shadow database and in the sql console at neon.tech but it didn't work sadly. I will try again today.
harsh-harlequin
harsh-harlequinOP15mo ago
I still do something wrong I think because it still doesn't work, I think I give up for now unless someone helps
No description
No description
No description
harsh-harlequin
harsh-harlequinOP15mo ago
No description
sensitive-blue
sensitive-blue15mo ago
In the Neon console, go to the SQL editor in your project and run the following query:
CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION IF NOT EXISTS citext;

Did you find this page helpful?