The relationship table between the PATTRIBUTE and
CATENTRY tables.
Column Descriptions:
| Name | Type | Description |
| PATTRIBUTE_ID | BIGINT NOT NULL | The internal reference number of the
personalization attribute. |
| CATENTRY_ID | BIGINT NOT NULL | The internal reference number of the
CatalogEntry. |
| OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | PATTRIBUTE_ID+CATENTRY_ID | Primary Key |
| I0000681 | CATENTRY_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_567 | PATTRIBUTE_ID | PATTRIBUTE | PATTRIBUTE_ID | Cascade |
| F_568 | CATENTRY_ID | CATENTRY | CATENTRY_ID | Cascade |