OPT_IN_OFFER_ROW_PRODUCT_CON_3
Description
This table stores the row products for opt-in offers.
Columns
| Column Name | DataType | Description |
| ID | bigint | The unique identifier of the row product. |
| PRODUCT_ID | varchar | The ID of the product. |
| RESPONSE_INDEX | int | The index of the response. |
| OPT_IN_OFFER_ROW_PRODUCT_CON_2 | bigint | The foreign key referencing the ID column of the OPT_IN_OFFER_ROW_PRODUCT_CON_1 table. |
| OPT_IN_OFFER_ROW_PRODUCT_CON_1 | int | The order of the row product in the hierarchy. |