Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| craton_terrane_id | serial | 10 | √ | nextval('craton_terrane_craton_terrane_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    PK. Unique ID. Generated by the database  | 
                                |||
| ct_name | varchar | 50 | null | 
                                         | 
                                    
                                         | 
                                    Name of the craton or terrane e.g. Laurentia  | 
                                ||||
| ct_type | varchar | 50 | null | 
                                         | 
                                    
                                         | 
                                    Type e.g. craton, terrane  | 
                                ||||
| ct_notes | varchar | 4000 | √ | null | 
                                         | 
                                    
                                         | 
                                    Notes about the craton or terrane  | 
                                |||
| timestamp_created | timestamptz | 35,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||
| timestamp_modified | timestamptz | 35,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| craton_terrane_id | Primary key | Asc | craton_terrane_id | 

