This SQL table contains information about collections. The RelTypeID, OrgTypeID, and DstTypeID columns form the primary key for this table.
| Column Name | Data Type | Description |
| RelTypeID | RTIntID | The internal identifier of the relationship type. |
| OrgTypeID | RTIntID | The internal identifier of the collection’s origin object. |
| DstTypeID | RTIntID | The internal identifier of the collection’s destination object. |
Remarks
This table is not versioned in Repository 2.0 engine.