Propertyvalue pairs for an object
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Primary key of this table |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| sequence | integer | not null | Used to order the properties for an Issue |
| label | nvarchar(80) | with null | Label to display |
| description | nvarchar(240) | with null | Description of property |
| value | nvarchar(240) | with null | Value of the property |
| required | integer | with null | 0 = not req, 1 = required |
| sample | nvarchar(240) | with null | Sample of property value |
| owning_iss | nvarchar(30) | not null | Issue. Foreign key to the persistent_id field of the iss table |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the UUID of the contact who last modified this record |
Product Name: Unicenter Service Desk
Table Type: Table