PROFILE_CATEGORY_TEMPLATE_IDS
Description
Table for storing template IDs of profile categories.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) NOT NULL |
Primary key for the table. |
| HJVALUE | bigint(20) DEFAULT NULL |
Value for the template ID of the profile category. |
| HJINDEX | int(11) NOT NULL |
Index for the template ID of the profile category. |
Foreign Key Relationships
- FOREIGN KEY ( ID ) REFERENCES PROFILE_CATEGORY ( ID ): Establishes a foreign key relationship with the PROFILE_CATEGORY table.
- FOREIGN KEY ( HJVALUE ) REFERENCES PROFILE_CONDITION_TEMPLATE ( ID ): Establishes a foreign key relationship with the PROFILE_CONDITION_TEMPLATE table.