Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
age_type_id | int4 | 10 | √ |
|
|
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 |