Contains the information about the relationship between categories (models)
Data model
Fields
| Field | Type | Description |
|---|---|---|
| builtin* | BIT | Determine if the relationship is native or not |
| relation_id* | INT | Relationship ID, unique next to the source_category_id fields, target_category_id |
| source_category_id* | INT | Source category identifier (parent), unique next to fields relation_id, target_category_id |
| target_category_id* | INT | Target category identifier (child), unique next to fields relation_id, source_category_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| relation_id* | Bod. ASMS_RELATION_TYPE | id | FK01_ASMS_CATEGORY_RELATION |
| source_category_id* | dbo.ASMS_MODEL | id | FK02_ASMS_CATEGORY_RELATION |
| target_category_id* | dbo.ASMS_MODEL | id | FK03_ASMS_CATEGORY_RELATION |