Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
site_id | int4 | 10 | null |
|
|
PK/FK. ID for site. Link to site table. |
|||||
native_land_id | int4 | 10 | null |
|
|
PK/FK. ID for territory. Link to dic_native_land. |
|||||
timestamp_created | timestamptz | 35,6 | now() |
|
|
||||||
timestamp_modified | timestamptz | 35,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
site_native_land_pkey | Primary key | Asc/Asc | site_id + native_land_id |