Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| organization_unit_id | int8 | 19 | null | 
                                        
  | 
                                    
                                         | 
                                    The primary key of this table. System column calculated by the source System..  | 
                                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| studio_prefix | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    A unique identifier of the gym that is used as a prefix for the   | 
                                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    The name of the gym.  | 
                                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| street | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The street the gym is located at.  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| house_number | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The unique identifier of the building at the street the gym is located at.  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| zip | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The ZIP-Code (postal code) of the place the gym is located at.  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| city | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The name of the city the gym is located at.  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| country | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The name of the country the gym is located at.  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| latitude | float8 | 17,17 | √ | null | 
                                         | 
                                    
                                         | 
                                    The latitude coordinate of the gym’s location in decimal degrees (WGS84).  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| longitude | float8 | 17,17 | √ | null | 
                                         | 
                                    
                                         | 
                                    The longitude coordinate of the gym’s location in decimal degrees (WGS84).  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tax_region | varchar | 256 | √ | null | 
                                         | 
                                    
                                         | 
                                    The 2-letter ISO 3166 abbreviation of the country the gym is located at.  | 
                                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| timezone | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    The name of the timezone the gym is located at. (Eg. Europe/Berlin)  | 
                                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| archived | bool | 1 | null | 
                                         | 
                                    
                                         | 
                                    Permanently removed but kept for history.  | 
                                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| disabled | bool | 1 | null | 
                                         | 
                                    
                                         | 
                                    (Temporarily) set to a non-functional state, pausing all activity (eg checkins) on this gym.  | 
                                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| last_updated | timestamptz | 35 | √ | null | 
                                         | 
                                    
                                         | 
                                    System column. UTC Timestamp at which entry was calculated (lags behind source system).  | 
                                



