tbl_age_types

0 rows


Description

This table provides a reference for different chronological systems used to denote years, such as AD, BC, and BP.

Columns

Column Type Size Nulls Auto Children Parents Comments
age_type_id int4 10
tbl_analysis_dating_ranges.age_type_id tbl_analysis_dating_ranges_age_type_id_fkey R

Primary key (automatically incremented).

age_type varchar(150) 150

Abbreviation representing the chronological system (e.g., AD, BC, BP).

description text 2147483647

Detailed explanation of the chronological system denoted by the abbreviation.

date_updated timestamptz 35,6

Indexes

Constraint Name Type Sort Column(s)
tbl_age_types_pkey Primary key Asc age_type_id

Relationships