Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
strat_id | int4 | 10 | √ | null |
|
|
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) |
|
|
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 |