Rrenamed from UAM CATEGORY table
Category definitions.
This table describes which application categories that you distinguish between.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| category_uuid | byte(16) | not null | Formerly CATID
Specific software applications (defined in the APPDEF table) will link to a CATID as its category. |
| category_name | nvarchar(64) | not null | Display title |
| creation_user | nvarchar(64) | with null | Creation user |
| creation_date | integer | with null | Creation date/time |
| last_update_user | nvarchar(64) | with null | Last change user |
| last_update_date | integer | with null | Last change date/time |
| version_number | integer | with null | Last version number |
| category_type_code | integer1 | with null | |
| parent_category_uuid | byte(16) | with null | |
| source_type_id | integer | with null |
Product Name: Unicenter Patch Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| category_uuid | ca_category_member | category_uuid |