Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
env_detail_id | serial | 10 | √ | nextval('dic_env_detail_env_detail_id_seq'::regclass) |
|
|
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 |