Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| lith_texture_id | serial | 10 | √ | nextval('dic_lith_texture_lith_texture_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    PK. Unique identifier. Generated by database  | 
                                |||
| lith_texture | varchar | 100 | √ | null | 
                                         | 
                                    
                                         | 
                                    Textural term, e.g. silty, sandy  | 
                                |||
| lith_texture_desc | varchar | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    Description/definition of textural term  | 
                                |||
| timestamp_created | timestamptz | 35,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||
| timestamp_modified | timestamptz | 35,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| lith_texture_id | Primary key | Asc | lith_texture_id | 

