Does anyone know, when using Postgres is it possib...
# orm-help
c
Does anyone know, when using Postgres is it possible to use @@index to create indexes on generated columns?
n
Hey Chris 👋 I think it should be possible, are you getting any errors?
c
I actually gave up on using generated columns, dealing with Prisma's types was too much hassle compared to just setting values with JS.