Store simplified or reduced versions of patches for specific installation cases
Data model
Fields
| Field | Type | Description |
|---|---|---|
| created_date* | DATETIME | Date on which it was created? The patch lite version log |
| id* | INT | Unique identifier of the patch lite version |
| patch_id* | INT | Major Patch Identifier |
| type* | SMALLINT | Patch type lite (for example: software) |
Primary Key
| PK_APM_PATCH_LITE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| patch_id* | dbo.APM_PATCH | id | FK01_APM_PATCH_LITE |