Each row contains user-defined reservation types
that can be used when reserving inventory.
Column Descriptions:
| Name | Type | Description |
| INVRSRVTYP_ID | BIGINT NOT NULL | Unique identifier. |
| 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> | INVRSRVTYP_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_398 | INVRSRVTYP_ID | INVRESERVE | INVRSRVTYP_ID | Cascade |
| F_401 | INVRSRVTYP_ID | INVRSRVDSC | INVRSRVTYP_ID | Cascade |