Spoof
Explore posts from serversDTDrizzle Team
•Created by Spoof on 8/9/2023 in #help
customType causing type error when performing operation on table
I have a simple
customType
to use the citext
extension in Postgres.
This is fine in my table:
But when I try to use the table (e.g. db.select().from(access)
), I get the following error:
Custom type documentation is very limited. Has something changed here or am I doing something wrong?1 replies