CUSTOMER_TARGET_GROUP_CUSTOM_0
Description
This table stores custom information for customer target groups. It includes details such as the value and index of the custom information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each custom information in customer target groups. |
| HJVALUE | varchar | The value of the custom information. |
| HJINDEX | int | The index of the custom information. |
Primary Key
- ID, HJINDEX
Foreign Key Relationship
- ID references ID column in CUSTOMER_TARGET_GROUP table.