Each row of this table represents a type of
BaseItem.
Column Descriptions:
| Name | Type | Description |
| ITEMTYPE_ID | CHAR (4) NOT NULL | Primary key. Only the following values are
allowed:
ITEM = normal item.
DNKT = dynamic kit.
STKT = static kit. |
| DESCRIPTION | VARCHAR (254) | A brief description of the ItemType. |
| OID | VARCHAR (64) | Reserved for IBM internal use. |
| 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> | ITEMTYPE_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_106 | ITEMTYPE_ID | BASEITEM | ITEMTYPE_ID | Cascade |