TRIGGER_STAGE
Description
This table stores information about trigger stages.
Columns
| Column Name | Data Type | Description |
| ID | bigint | Primary key column for the table |
| INACTIVITY_ACTION_TRIGGER_ST_0 | bigint | Stores the ID of the inactivity action associated with the trigger stage |
Foreign Key Relationships
- INACTIVITY_ACTION_TRIGGER_ST_0 references INACTIVITY_ACTION(ID)