Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| variableid | serial | 10 | √ | nextval('ndb.seq_variables_variableid'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    An arbitrary Variable identification number.  | 
                                |||||||||||||||
| taxonid | int4 | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    Taxon identification number. Field links to the Taxa table.  | 
                                ||||||||||||||||
| variableelementid | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    Variable Element identification number. Field links to the VariableElements lookup table.  | 
                                |||||||||||||||
| variableunitsid | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    Variable Units identification number. Field links to the VariableUnits lookup table.  | 
                                |||||||||||||||
| variablecontextid | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    Variable Context identification number. Field links to the VariableContexts lookup table.  | 
                                |||||||||||||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) | 
                                         | 
                                    
                                         | 
                                    |||||||||||||||||
| recdatemodified | timestamp | 22 | null | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| variables_pkey | Primary key | Asc | variableid | 
| ix_taxonid_variables | Performance | Asc | taxonid | 
| variableel | Performance | Asc/Asc/Asc | taxonid + variableelementid + variableunitsid |