Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payment_run_property_id | int8 | 19 | null | 
                                        
  | 
                                    
                                         | 
                                    The primary key of this table.  | 
                                |||||
| provider | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    The payment run provider, for example   | 
                                |||||
| status | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    The status of the payment run to which a booking belongs  | 
                                |||||
| booking_status | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The status of the individual booking itself  | 
                                ||||
| reason | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The reason why a payment run booking is excluded or failed  | 
                                ||||
| last_updated | timestamptz | 35 | √ | null | 
                                         | 
                                    
                                         | 
                                    System column. UTC Timestamp at which entry was calculated (lags behind source system).  | 
                                

