Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
fossil_sample_id | serial | 10 | √ | nextval('fossil_sample_fossil_sample_id_seq'::regclass) |
|
|
||||
sample_id | int4 | 10 | null |
|
|
FK. ID of the sample. Links to the sample table. |
||||
fossil_id | int4 | 10 | √ | null |
|
|
FK. ID of the fossil. Links to the fossil table. |
|||
timestamp_created | timestamptz | 35,6 | now() |
|
|
|||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
||||
verbatim_fossil | varchar | 250 | √ | null |
|
|
Verbatim fossil name |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fossil_sample_id | Primary key | Asc | fossil_sample_id |
fossil_sample_verbatim_fossil_idx | Performance | Asc | verbatim_fossil |