Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sample_group_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||||||||||||||
site_id | int4 | 10 | √ |
|
|
Specifies the site where the samples were collected, linking to additional site-specific information. |
|||||||||||||||||||||||||
sampling_context_id | int4 | 10 | √ |
|
|
Specifies the sampling context, providing contextual details about the sampling environment. |
|||||||||||||||||||||||||
method_id | int4 | 10 |
|
|
Specifies the method of sample retrieval, such as ‘Russian auger core’ or ‘pitfall traps’. Distinct from sampling context, this specifies the method used rather than the investigation type. |
||||||||||||||||||||||||||
sample_group_name | varchar(100) | 100 | √ |
|
|
A unique identifier name for the sample group. For ceramics, this should be the vessel number. |
|||||||||||||||||||||||||
sample_group_description | text | 2147483647 | √ |
|
|
Detailed description of the sample group, providing context and additional information. |
|||||||||||||||||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||||||||||||||||||||
sample_group_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_sample_groups_pkey | Primary key | Asc | sample_group_id |
pk_tbl_sample_groups | Must be unique | Asc | sample_group_uuid |