When storing the state of the object in the transaction_details table, some of the fields can be multi-valued. These multi-valued field values are propagated to the transaction_details_ext table.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(128) | not null | Non-displayable id used in the backend as a reference between tables. |
| value | nvarchar(256) | with null | Property value before or after modification |
| age | integer | with null | |
| name | nvarchar(50) | not null | Name of the property of the object or the field |
Product Name: Unicenter Service Management
Table Type: Table