This table defines all possible types of
Collateral. Examples of Collateral types are image, flash and
text.
Column Descriptions:
| Name | Type | Description |
| COLLTYPE_ID | INTEGER NOT NULL | The internal reference number of the Collateral
Type. |
| NAME | VARCHAR (254) | The name of the Collateral Type. |
| 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> | COLLTYPE_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_248 | COLLTYPE_ID | COLLATERAL | COLLTYPE_ID | Cascade |