EXPERIMENT_OFFER_FOLLOW_UP_M_0
Description
This table stores the follow-up messages for each offer in an experiment.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each record in the table. |
| HJVALUE | longtext | The value associated with the follow-up message. |
| HJINDEX | int | The index of the follow-up message. |
Foreign Key Relationships
- ID references EXPERIMENT_OFFER (ID)
Constraints
- PRIMARY KEY (ID, HJINDEX)