How to create GIN/GIST index on text[] column?
According to some issues this is not implemented or buggy
GitHub
This is a feature request for Full-Text Search functionality to perform a fulltext search on specific fields. Ideally with support for using GIN/GIST indexes to speed up full text search.
GitHub
What version of drizzle-orm are you using? 0.27.0 What version of drizzle-kit are you using? 0.19.1 Describe the Bug Create a schema with the following code: export const user = pgTable( 'users...