Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dating_uncertainty_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||||||||
description | text | 2147483647 | √ |
|
|
A description of the type of dating uncertainty. |
|||||||||||||
uncertainty | varchar | 2147483647 | √ |
|
|
A brief code or label showing the type of dating uncertainty, such as ‘from’, ‘to’, or ‘Ca.’. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_dating_uncertainty_pkey | Primary key | Asc | dating_uncertainty_id |
tbl_dating_uncertainty_uncertainty_key | Must be unique | Asc | uncertainty |
tbl_dating_uncertainty_uncertainty_unique | Must be unique | Asc | uncertainty |