OFFER_CONFIGURATION
Description
This table stores offer configurations.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier configuration of the offer. |
| ACTION_BASED_OFFER_CONFIGURA_1 | bigint | The foreign key referencing the ID column of the ACTION_BASED_OFFER_CONFIGURA_0 table. |
| AUTO_PROVISIONED_OFFER_CONFI_1 | bigint |
The foreign key referencing the ID column of the AUTO_PROVISIONED_OFFER_CONFI_0 table. |
| MESSAGE_ONLY_OFFER_CONFIGURA_1 | bigint |
The foreign key referencing the ID column of the MESSAGE_ONLY_OFFER_CONFIGURA_0 table. |
| OPT_IN_OFFER_CONFIGURATION_O_0 | bigint | The foreign key referencing the ID column of the OPT_IN_OFFER_CONFIGURATION table. |
Foreign Key Relationships
- ACTION_BASED_OFFER_CONFIGURA_1 references ACTION_BASED_OFFER_CONFIGURA_0 (ID)
- AUTO_PROVISIONED_OFFER_CONFI_1 references AUTO_PROVISIONED_OFFER_CONFI_0 (ID)
- MESSAGE_ONLY_OFFER_CONFIGURA_1 references MESSAGE_ONLY_OFFER_CONFIGURA_0 (ID)
- OPT_IN_OFFER_CONFIGURATION_O_0 references OPT_IN_OFFER_CONFIGURATION (ID)