Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
dating_lab_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
contact_id | int4 | 10 | √ |
|
|
Identifies the contact person or organization related to the dating lab. |
||||
international_lab_id | varchar(10) | 10 |
|
|
Standardized identifier for the radiocarbon lab, as listed on radiocarbon.org/laboratories. |
|||||
lab_name | varchar(100) | 100 | √ |
|
|
Official name of the radiocarbon lab, standardized according to radiocarbon.org/laboratories. |
||||
country_id | int4 | 10 | √ |
|
|
Specifies the country where the dating lab is located. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_dating_labs_pkey | Primary key | Asc | dating_lab_id |