LOCATION

Description

This table stores location information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the location.
ACTUAL_ADDRESS_LOCATION ID bigint The foreign key referencing the ID column of the ACTUAL_ADDRESS table.
ADDRESS_LOCATION ID bigint The foreign key referencing the ID column of the ADDRESS table.
GEO_POSITION_LOCATION ID bigint The foreign key referencing the ID column of the VERTEX table.
LOCATIONS_POI_ID bigint The foreign key referencing the ID column of the POI table.
LOCATIONS_HJORDER int The order of the location in the hierarchy.

Foreign Key Relationships

  • ACTUAL_ADDRESS_LOCATION ID references ACTUAL_ADDRESS (ID)
  • ADDRESS_LOCATION ID references ADDRESS (ID)
  • GEO_POSITION_LOCATION ID references VERTEX (ID)
  • LOCATIONS_POI_ID references POI (ID)