tbl_dating_labs

234 rows


Description

Contains identifiers and names of radiocarbon laboratories sourced from radiocarbon.org/laboratories. This table ensures transparency and traceability in radiocarbon and other radiometric dating records.

Columns

Column Type Size Nulls Auto Children Parents Comments
dating_lab_id int4 10
tbl_geochronology.dating_lab_id fk_geochronology_dating_labs_id R

Primary key (automatically incremented).

contact_id int4 10
tbl_contacts.contact_id fk_dating_labs_contact_id R

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

Relationships