Is there a way to set the index operator type for postgres?
I'm migrating our project to drizzle, and I want to add the indexes to the table.
Previously we were using Sequelize and we had an index on a
jsonb
field with jsonb_path_ops
operator.
Is there a way to do the same in drizzle?1 Reply
I found this issue as well, but there was no solution.
https://discord.com/channels/1043890932593987624/1108766517354578001