tbl_site_locations

8524 rows


Description

Associates site identifiers with location names.

Columns

Column Type Size Nulls Auto Children Parents Comments
site_location_id int4 10

Primary key (automatically incremented).

date_updated timestamptz 35,6
location_id int4 10
tbl_locations.location_id fk_locations_location_id R

Specifies a location the site is located in.

site_id int4 10
tbl_sites.site_id fk_locations_site_id R

Specifies the specific site.

Indexes

Constraint Name Type Sort Column(s)
tbl_site_locations_pkey Primary key Asc site_location_id
idx_site_locations_location_id Performance Asc location_id
idx_site_locations_site_id Performance Asc site_id

Relationships