Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| ana_method_id | serial | 10 | √ | nextval('dic_analysis_method_method_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    PK. Unique ID. Generated by the database.  | 
                                |||
| ana_method_code | varchar | 20 | null | 
                                         | 
                                    
                                         | 
                                    Code for analytical method e.g. XRF, ICP:MS etc. Based in part on the list used by EarthChem  | 
                                ||||
| ana_method_translation | varchar | 100 | null | 
                                         | 
                                    
                                         | 
                                    General description of the method  | 
                                ||||
| ana_method_desc | varchar | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    Detailed description of the method  | 
                                |||
| timestamp_created | timestamptz | 35,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||
| timestamp_modified | timestamptz | 35,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    ||||
| reference_id | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    FK. ID for the reference_work. Links to reference_work table.  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| analysis_method_id | Primary key | Asc | ana_method_id | 

