Stores the categories used to classify patches (e.g., security, definition)
Data model
Fields
| Field | Type | Description |
|---|---|---|
| created_date* | DATETIME | Date of creation of the category in the system |
| id* | INT | Unique category identifier |
| name* | VARCHAR (64) | Name of the category that classifies a patch |
Primary Key
| PK_APM_CATEGORY |
|---|
| id |