ACTION_BASED_OFFER_OPT_IN_CO_1
Description
This table stores additional information for action-based offer opt-in configurations.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each record. |
| HJVALUE | longtext | Additional value for the record. |
| HJINDEX | int(11) | Index for the record. |
Foreign Key Relationships
- ID references ACTION_BASED_OFFER_OPT_IN_CO_0(ID)