Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
sed_structure_id | serial | 10 | √ | nextval('dic_sed_structure_sed_structure_id_seq'::regclass) |
|
|
PK. Unique identifier of the sedimentary structure. Generated by database. |
|||
sed_structure_name | varchar | 255 | null |
|
|
Name of the sedimentary structure |
||||
sed_structure_desc | varchar | 255 | √ | null |
|
|
||||
timestamp_created | timestamptz | 35,6 | now() |
|
|
|||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
sed_structure_id | Primary key | Asc | sed_structure_id |
dic_sed_structure_sed_structure_name_idx | Performance | Asc | sed_structure_name |