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?
Was this page helpful?