Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('gobs.import_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    Id  | 
                                ||||
| im_timestamp | timestamp | 29,6 | now() | 
                                         | 
                                    
                                         | 
                                    Import date  | 
                                |||||
| fk_id_series | int4 | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    Series ID  | 
                                |||||
| im_status | text | 2147483647 | √ | 'p'::text | 
                                         | 
                                    
                                         | 
                                    Status of import : pending, validated  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| import_pkey | Primary key | Asc | id | 
| import_fk_id_series_idx | Performance | Asc | fk_id_series | 

