AUTO_PROVISIONED_OFFER_CONFI_0
Description
This table stores information about auto-provisioned offer configurations.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each auto- provisioned offer configuration. |
| PRODUCT_CONFIGURATION_AUTO_P_0 | bigint(20) | Foreign key referencing the PRODUCT_CONFIGURATION_AUTO_PROVISIONED table. |
Foreign Key Relationships
- PRODUCT_CONFIGURATION_AUTO_P_0 references PRODUCT_CONFIGURATION_AUTO_PROVISIONED(ID)