Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
strat_id | serial | 10 | √ | nextval('dic_lithostrat_strat_id_seq'::regclass) |
|
|
PK. Unique identifier. Generated by database |
|||
strat_name | varchar | 100 | √ | null |
|
|
From Macrostrat: text, informal unit name |
|||
strat_name_long | varchar | 100 | √ | null |
|
|
text, informal unit name |
|||
rank | varchar | 10 | √ | null |
|
|
From Macrostrat: text, the stratigraphic rank of the unit |
|||
macrostrat_id | int4 | 10 | √ | null |
|
|
From Macrostrat where it is known as ‘strat_name_id’: integer, unique identifier for known stratigraphic name (see /defs/strat_names) |
|||
concept_id | int4 | 10 | √ | null |
|
|
From Macrostrat: intger, unique identifier for the stratigraphic name concept, which groups variant strat_names for same entity |
|||
bed | varchar | 100 | √ | null |
|
|
From Macrostrat: string, the strat_name of the bed |
|||
bed_id | int4 | 10 | √ | null |
|
|
From Macrostrat: integer, the strat_name_id of the bed |
|||
mbr | varchar | 100 | √ | null |
|
|
From Macrostrat: text, lithostratigraphic member |
|||
mbr_id | int4 | 10 | √ | null |
|
|
From Macrostrat: integer, the strat_name_id of the member |