It represents the relationship between categories and integration
Data model
Fields
Field | Type | Description |
---|---|---|
integration_id* | INT | Unique identifier of the integration |
model_id* | INT | Unique identifier of the model (category) |
path_url* | VARCHAR (255) | Integration path path |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
integration_id* | dbo.ASMS_INTEGRATIONS | id | FK01_ASMS_INTEGRATION_CATEGORY |
model_id* | dbo.ASMS_MODEL | id | FK02_ASMS_INTEGRATION_CATEGORY |