dic_env_detail

86 rows


Description

Dictionary of detailed depositional environments. Added in 2021

Columns

Column Type Size Nulls Auto Default Children Parents Comments
env_detail_id serial 10 nextval('dic_env_detail_env_detail_id_seq'::regclass)
environment.env_detail_id env_detail_environment_fk R

PK. Unique identifier. Generated by the database

env_detail varchar 500 null

Depositional environment

env_detail_type varchar 500 null

Depositional environment category - carbonate, siliciclastic, lacustrine etc

env_detail_full varchar 1000 null

Concatenation of env_detail and env_detail_type, used in dropdown lists on excel template

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
env_detail_id Primary key Asc env_detail_id

Relationships