Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
lith_id | serial | 10 | √ | nextval('dic_lithology_lith_id_seq'::regclass) |
|
|
PK. Unique identifier. Generated by database |
||||
lith_name | varchar | 100 | √ | null |
|
|
Lithological name e.g. shale, mudstone |
||||
lith_type | varchar | 50 | √ | null |
|
|
Lithological type e.g. siliciclastic, carbonate, chemical |
||||
lith_class | varchar | 50 | √ | null |
|
|
Lithological class e.g. sedimentary, metamorphic |
||||
timestamp_created | timestamptz | 35,6 | √ | now() |
|
|
|||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
|||||
website_category | varchar | 2147483647 | √ | null |
|
|
Grouping for SGP search website simple search: all_shales or all_carbonates |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
lith_id | Primary key | Asc | lith_id |
lith_class_lower_idx | Performance | ||
lith_name_lower_idx | Performance | ||
lith_type_lower_idx | Performance |