Stores hot fix definition attributes. Attributes that uniquely define and describe a hot fix discovered and collected by Unicenter Asset Management.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| hfuuid | byte(16) | not null | Unique identifier for related hot fix definition |
| pubuuid | byte(16) | not null | |
| hfpub | nvarchar(128) | not null | Hot fix publisher name |
| hfname | nvarchar(128) | not null | Hot fix name |
| hfsp | nvarchar(128) | not null | Hot fix service pack |
| hfid | nvarchar(128) | not null | Hot fix ID assigned by publisher (i.e., "Q302755") |
| hfver | nvarchar(128) | not null | Hot fix version code |
| hfrel | nvarchar(128) | not null | Hot fix release code |
| hfmod | nvarchar(128) | not null | Hot fix mod code |
| hfbld | nvarchar(128) | not null | Hot fix build code |
| hfnote | nvarchar(128) | not null | |
| hflang | nvarchar(128) | not null | |
| laction | nvarchar(32) | not null | Last action related to hot fix definition (i.e., "ADDED", "DELETED") |
| lactdate | date | not null | Last action date |
Product Name: Unicenter Asset Intelligence
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| hfuuid | ai_hfdef_instcnt_kpi | hfuuid |
| hfuuid | ai_hfdef_hwdef_rel | hfuuid |
| hfuuid | hotfixdetailforcomputer | hfpub hfname hfsp hfid hfver hfrel hfmod hfbld |