The db_index table contains metadata about indexes.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dbrep_iid | integer | not null | The unique ID of index. |
| dbrep_indextype | smallint | with null | The type of index - 1 = PrimaryKey, 2 = Index 3 = ForeignKey |
| dbrep_foreigntableiid | integer | with null | If type is Foreign Key, ID of the foreign table. |
Product Name: Data Transformer
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| dbrep_iid | db_indexcol | dbrep_indexiid |