Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
lithology_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
depth_bottom | numeric(20,5) | 20,5 | √ |
|
|
The depth at the bottom of the lithological layer, measured in centimeters. |
||||
depth_top | numeric(20,5) | 20,5 |
|
|
The depth at the top of the lithological layer, measured in centimeters. |
|||||
description | text | 2147483647 |
|
|
A description of the lithological characteristics of the sedimentary layer. |
|||||
lower_boundary | varchar(255) | 255 | √ |
|
|
Details regarding the boundary characteristics at the lower end of the lithological layer. |
||||
sample_group_id | int4 | 10 |
|
|
Identifies a sample group. linking lithology data to specific sample groups. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_lithology_pkey | Primary key | Asc | lithology_id |