Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| campaign_id | int8 | 19 | null | 
                                        
  | 
                                    
                                         | 
                                    The primary key of this table. System column calculated by the source System.  | 
                                |||||
| name | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    The name of the campaign.  | 
                                |||||
| description | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    The description of the campaign or UNKNOWN.  | 
                                |||||
| external_identifier | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    The external identifier of the campaign.  | 
                                |||||
| archived | bool | 1 | null | 
                                         | 
                                    
                                         | 
                                    Permanently removed but kept for historic relations.  | 
                                |||||
| created_date_time | timestamptz | 35 | null | 
                                         | 
                                    
                                         | 
                                    Timestamp when the campaign was added into the source system.  | 
                                |||||
| last_updated | timestamptz | 35 | √ | null | 
                                         | 
                                    
                                         | 
                                    System column. UTC Timestamp at which entry was calculated (lags behind source system).  | 
                                

