Footprints Data Model |
Table |
Name | index_type |
Comment | The type of index. Values include: Primary, Unique, Full-Text, Regular, Reverse Key, Computed Reverse Key |
Column |
Name | Datatype | Comment | Is PK | Is FK |
index_type_id | bigint | The unique identifier for an instance of Index Type. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. | Yes | No |
index_type_name | varchar(255) | The name of the Index Type. | No | No |