MESSAGE_STAGE

Description

This table stores message stages.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the message stage.
INACTIVITY_ACTION_MESSAGE_ST_0 bigint The foreign key referencing the ID column of the INACTIVITY_ACTION table.
MESSAGE_MESSAGE_STAGE_ID bigint The foreign key referencing the ID column of the MESSAGE table.
SEND_FAILURE_ACTION_MESSAGE 0 bigint The foreign key referencing the ID column of the SEND_FAILURE_ACTION table.
SEND_SUCCESS_ACTION_MESSAGE 0 bigint The foreign key referencing the ID column of the SEND_SUCCESS_ACTION table.

Foreign Key Relationships

  • INACTIVITY_ACTION_MESSAGE_ST_0 references INACTIVITY_ACTION (ID)
  • MESSAGE_MESSAGE_STAGE_ID references MESSAGE (ID)