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 |
|
|
Specifies a location the site is located in. |
|||||
| site_id | int4 | 10 |
|
|
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 |



