catalog.trigger_groups table
The catalog.trigger_groups table stores information about trigger groups, including whether the trigger group is enabled.
The following table describes the columns in the catalog.trigger_groups table.
| Column name | Data type | Description |
|---|---|---|
| GroupName | varchar(40) | Name of the trigger group. |
| IsEnabled | Boolean | TRUE if the trigger group is currently enabled. |