STREET_ADDRESS

Description

This table stores the street address information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the street address.
ADDRESS_NUMBER_STREET_ADDRES_0 bigint The address number street address value.
STREET_ADDRESSES_ADDRESS_ID bigint The ID of the address associated with the street address.
STREET_ADDRESSES_HJORDER int The HJORDER value of the street address.

Primary Key

  • ID

Foreign Key Relationships

  • ADDRESS_NUMBER_STREET_ADDRES_0 references ADDRESS_NUMBER(ID)
  • STREET_ADDRESSES_ADDRESS_ID references ADDRESS(ID)