Footprints Data Model

Table
Table Name Index Type
Table Definition The type of index. Values include: Primary, Unique, Full-Text, Regular, Reverse Key, Computed Reverse Key

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Index Type Id 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. LONG Yes
Index Type Name The unique string identifier for an instance of Index Type. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table. VARCHAR(255) No