Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| biostrat_id | serial | 10 | √ | nextval('biostrat_biostrat_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    PK. Unique ID for a biostratigraphic designation. Generated by the database.  | 
                                |||
| verbatim_biostrat | varchar | 250 | √ | null | 
                                         | 
                                    
                                         | 
                                    Verbatim biostratigraphy, provided by the author or from published work. May include abbreviations, or names which are not formal biozones, which nevertheless provide useful information  | 
                                |||
| biostrat_notes | varchar | 4000 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| timestamp_created | timestamptz | 35,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||
| timestamp_modified | timestamptz | 35,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    ||||
| dic_biostrat_id | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| biostrat_id | Primary key | Asc | biostrat_id | 
| biostrat_verbatim_biostrat_idx | Performance | Asc | verbatim_biostrat | 

