Forage.SearchPostgreSQL.add_trigram_index

You're seeing just the function add_trigram_index, go back to Forage.SearchPostgreSQL module for more information.
Link to this function

add_trigram_index(table, column)

Adds a trigram index for the given column in the given table.

This function is meant to be used in a migration file.

Example

TODO