Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
site_reference_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
site_id | int4 | 10 | √ |
|
|
Specifies the specific site. |
||||
biblio_id | int4 | 10 |
|
|
Specifies the publication that describes or mentions the site. |
|||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_site_references_pkey | Primary key | Asc | site_reference_id |
uq_site_references | Must be unique | Asc/Asc | site_id + biblio_id |