IndexMethod
Summary
Index method used when creating an index.
Signature
type IndexMethod =
| "btree"
| "hash"
| "gin"
| "gist"
| "fulltext"
| (string & {});
Index method used when creating an index.
type IndexMethod =
| "btree"
| "hash"
| "gin"
| "gist"
| "fulltext"
| (string & {});