Carbonite.Migrations.install_trigger
You're seeing just the function
install_trigger
, go back to Carbonite.Migrations module for more information.
Specs
install_trigger(table_name(), [trigger_option() | trigger_config_option()]) :: :ok
Installs a change capture trigger on a table.
Options
table_prefix
is the name of the schema the table lives incarbonite_prefix
is the schema of the audit trail, defaults to"carbonite_default"
primary_key_columns
is a list of columns that form the primary key of the table(defaults to `["id"]`, set to `[]` to disable)
excluded_columns
is a list of columns to exclude from change capturesfiltered_columns
is a list of columns that appear as '[FILTERED]' in the data