tbl_lithology

0 rows


Description

This table provides a detailed description of sedimentary units within a sample group. It allows for the characterization of a soil profile at various depths, corresponding to the sample depths (e.g., 0-10 cm: humus, 10-30 cm: sand).

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
tbl_sample_groups.sample_group_id fk_lithology_sample_group_id R

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

Relationships