Represents the relationship between a patch and a category
Data model

Fields
Field |
Type |
Description |
category_id* |
INT |
Category identifier |
created_date* |
DATETIME |
Date the patch and category relationship was created |
modified_date* |
DATETIME |
Date the patch to category relationship was updated |
patch_id* |
INT |
Patch ID |
Primary Key
PK_APM_PATCH_CATEGORY |
patch_id, category_id |
References
Column |
Referenced Table |
Referenced column |
Name |
category_id* |
dbo.APM_CATEGORY |
id |
FK02_APM_PATCH_CATEGORY |
patch_id* |
dbo.APM_PATCH |
id |
FK01_APM_PATCH_CATEGORY |