Defines the relationship between a patch and the products it applies to
Data model
Fields
Field | Type | Description |
---|---|---|
created_date* | DATETIME | Date you registered? The Relationship Between the Patch and the Product |
patch_id* | INT | Patch ID |
product_id* | INT | Related product identifier |
Primary Key
PK_APM_PATCH_PRODUCT |
---|
patch_id, product_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
patch_id* | dbo.APM_PATCH | id | FK01_APM_PATCH_PRODUCT |
product_id* | dbo.APM_PRODUCT | id | FK02_APM_PATCH_PRODUCT |