RESPONSE_STAGE
Description
This table stores the response stage information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the response stage. |
| DESTINATION | varchar | The destination of the response stage. |
| INACTIVITY_ACTION_RESPONSE_S_0 | bigint | The inactivity action response value. |
Primary Key
- ID
Foreign Key Relationships
- INACTIVITY_ACTION_RESPONSE_S_0 references INACTIVITY_ACTION(ID)