GEOFENCES_DOMAIN_MAPPING_TYP_0

Description

This table stores additional information about the mapping types for geofences domain.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the mapping type.
HJVALUE varchar The value of the mapping type.
HJINDEX int The index of the mapping type.

Foreign Key Relationships

  • ID references GEOFENCES_DOMAIN_MAPPING_TYPE (ID)

Constraints

  • PRIMARY KEY (ID, HJINDEX)