This table describes the types of containment
relationships between catalog entries, such as types for
ProductItems and PackageComponents.
Column Descriptions:
| Name | Type | Description |
| CATRELTYPE_ID | CHAR (32) NOT NULL | The identifier of this catalog entry relationship
type:
- PRODUCT_ITEM
- PACKAGE_COMPONENT
- BUNDLE_COMPONENT
- DYNAMIC_KIT_COMPONENT
- DK_PDK
- PDK_COMPONENT</>
|
| DESCRIPTION | VARCHAR (254) | A description for this catalog entry relationship
type. |
| FIELD1 | INTEGER | Customizable. |
| FIELD2 | DECIMAL (20,5) | Customizable. |
| FIELD3 | VARCHAR (254) | Customizable. |
| 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> | CATRELTYPE_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_198 | CATRELTYPE_ID | CATENTREL | CATRELTYPE_ID | Cascade |