In the Retool Database, I'd like to add columns with the Postgres CITEXT type. I only see "TEXT" as an option for the underlying Pg type.
Is it possible to install the CITEXT extension to it?
In the Retool Database, I'd like to add columns with the Postgres CITEXT type. I only see "TEXT" as an option for the underlying Pg type.
Is it possible to install the CITEXT extension to it?
Hey @ghost-ap
Yes, you can do this, but not directly through the Retool UI. You’ll first need to connect to your database using an IDE like Datagrip. Here's how:
5432
retool
retool
CREATE EXTENSION IF NOT EXISTS citext;
Please note that the Retool UI might still not recognize this extension. I recommend writing your DDL directly through your IDE as well.
Hope this helps,
Abdul Wasae
Toolshed - Hire Retool Developers