lithostrat

4048 rows


Description

Reported geological unit (e.g. group, formation or member) - verbatim and with reference to dic_lithostrat

Columns

Column Type Size Nulls Auto Default Children Parents Comments
strat_id int4 10 null
dic_lithostrat.strat_id lithostrat_strat_fkR

FK. ID for the formal lithostratigraphical name. Links to the dic_lithostrat table.

lithostrat_desc varchar 4000 null

General lithological description of the unit.

verbatim_strat varchar 250 null

Verbatim lithostratigraphy e.g. upper middle Frankfort Shale.

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()
lithostrat_id serial 10 nextval('lithostrat_strat_id_seq'::regclass)
geol_context.lithostrat_id strat_geol_context_fkR

PK. Unique identifier for the described geological unit. Generated by database.

strat_notes varchar 250 null

Indexes

Constraint Name Type Sort Column(s)
lithostrat_pkey Primary key Asc lithostrat_id
lithostrat_lithostrat_id_idx Performance Asc lithostrat_id
verbatim_strat_idx Performance

Relationships