Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
sample_location_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
sample_location_type_id | int4 | 10 |
|
|
Specifies the type of the sample location. |
|||||
physical_sample_id | int4 | 10 |
|
|
Identifies the specific physical sample. |
|||||
location | varchar(255) | 255 | √ |
|
|
The specific location description of the sample. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_sample_locations_pkey | Primary key | Asc | sample_location_id |