Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| basin_type_id | serial | 10 | √ | nextval('dic_basin_type_basin_type_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    PK. Unique identifier. Generated by the database  | 
                                |||
| basin_type | varchar | 100 | null | 
                                         | 
                                    
                                         | 
                                    Basin type, e.g. rift, peripheral foreland etc.  | 
                                ||||
| timestamp_created | timestamptz | 35,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||
| timestamp_modified | timestamptz | 35,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| basin_type_id | Primary key | Asc | basin_type_id | 

