AGGREGATED_ATTRIBUTE_GROUP_B_0

Description

This table stores additional information for aggregated attribute groups.

Columns

Column Name Data Type Description
ID bigint(20) Primary key, unique identifier for each record.
HJVALUE varchar(255) Additional value for the record.
HJINDEX int(11) Index for the record.

Foreign Key Relationships

  • ID references AGGREGATED_ATTRIBUTE(ID)