Contains information about database index fields
| Column Name | Column Datatype | Column Null Option | Column Comment |
| index_name | nvarchar(32) | not null | Name of the index. First part of the primary key. |
| member_instance | integer | not null | Incremented instance number for each field of the index. Second part of the primary key. |
| table_name | nvarchar(32) | with null | Table name of index member. First part of a foreign key to the arg_field_def table. |
| field_name | nvarchar(32) | with null | Field name of index member. Second part of a foreign key to the arg_field_def table. |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| creation_date | integer | with null | Date the record was created. |
| last_update_user | nvarchar(64) | with null | User or process who last updated the record. |
| last_update_date | integer | with null | Date the record was last updated. |
| version_number | integer | with null | Version number for transaction integrity. |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table