Columns
| # | Column | Data Type | Nullable | PK | Identity | Computed | Collation |
|---|---|---|---|---|---|---|---|
| 1 | From_Object_Type_Id | int | No | Yes | No | No | |
| 2 | To_Object_Type_Id | int | No | Yes | No | No | |
| 3 | Relation_Type_Id | int | No | Yes | No | No |
Foreign Keys
| Column | References |
|---|---|
| To_Object_Type_Id | C_Object_Type.Object_Type_Id |
| From_Object_Type_Id | C_Object_Type.Object_Type_Id |
| Relation_Type_Id | C_Relation_Type.Relation_Type_Id |