PROFILE_CONDITION_SEGMENT_CA_0
Description
Table for storing segment category information for profile conditions.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) NOT NULL |
Primary key for the table. |
| HJVALUE | longtext DEFAULT NULL |
Value for the segment category information. |
| HJINDEX | int(11) NOT NULL |
Index for the segment category information. |
Foreign Key Relationships
- FOREIGN KEY ( ID ) REFERENCES PROFILE_CONDITION_SEGMENT ( ID ): Establishes a foreign key relationship with the PROFILE_CONDITION_SEGMENT table.