Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
customer_id | int8 | 19 | null |
|
|
The primary key of this table. System column calculated by the source System.. |
|||||||||||||||||||||||||||||||||||||||||
customer_number | varchar | 256 | √ | null |
|
|
More human-readable identifier key to identify the person. Formatted as |
||||||||||||||||||||||||||||||||||||||||
imported_customer_number | varchar | 256 | √ | null |
|
|
The customer number as it was set in a previous system the customer was imported from. Only set if it was specifically required in the import-process. |
||||||||||||||||||||||||||||||||||||||||
customer_status | varchar | 256 | null |
|
|
The current (business) relation of the person to the studio. One of:
|
|||||||||||||||||||||||||||||||||||||||||
firstname | varchar | 256 | √ | null |
|
|
The personal name given to the person at birth. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
second_firstname | varchar | 256 | √ | null |
|
|
The personal name given to the person at birth. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
lastname | varchar | 256 | √ | null |
|
|
The family name of the person. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
second_lastname | varchar | 256 | √ | null |
|
|
The family name of the person. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
street | varchar | 256 | √ | null |
|
|
The name of the street the person lives in. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
house_number | varchar | 256 | √ | null |
|
|
The unique identifier of a building in a street the person lives in. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
zip | varchar | 256 | √ | null |
|
|
The ZIP-Code (postal code) of the place the person lives in. |
||||||||||||||||||||||||||||||||||||||||
city | varchar | 256 | √ | null |
|
|
The name of the settlement the person lives in. |
||||||||||||||||||||||||||||||||||||||||
country | varchar | 256 | √ | null |
|
|
The 2-letter ISO 3166 abbreviation of the country the person lives in. |
||||||||||||||||||||||||||||||||||||||||
tel_private | varchar | 256 | √ | null |
|
|
The private phone number of the person. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
tel_private_mobile | varchar | 256 | √ | null |
|
|
The private mobile phone number of the person. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
tel_business | varchar | 256 | √ | null |
|
|
The at-work phone number of the person. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
tel_business_mobile | varchar | 256 | √ | null |
|
|
The at-work mobile phone number of the person. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
||||||||||||||||||||||||||||||||||||||||
varchar | 256 | √ | null |
|
|
The email address of the person. Can be null if data is anonymized, because the entry is not directly related to your organizations (from another FRANCHISE or you have a FRANCHISE_SYSTEM). |
|||||||||||||||||||||||||||||||||||||||||
email_verification_status | varchar | 256 | null |
|
|
The current state of verification of the persons email address. One of:
|
|||||||||||||||||||||||||||||||||||||||||
gender | varchar | 256 | null |
|
|
The sex the person identifies with. One of |
|||||||||||||||||||||||||||||||||||||||||
date_of_birth | date | 13 | √ | null |
|
|
The date at which the person was born. |
||||||||||||||||||||||||||||||||||||||||
age | int4 | 10 | √ | null |
|
|
The current age of the person. |
||||||||||||||||||||||||||||||||||||||||
place_of_birth | varchar | 256 | √ | null |
|
|
The name of the city the person was born. |
||||||||||||||||||||||||||||||||||||||||
country_of_birth | varchar | 256 | √ | null |
|
|
The name of the nation the person was born. |
||||||||||||||||||||||||||||||||||||||||
deceased | bool | 1 | null |
|
|
Whether the person died. |
|||||||||||||||||||||||||||||||||||||||||
archived | bool | 1 | null |
|
|
Permanently removed but kept for historic relations. |
|||||||||||||||||||||||||||||||||||||||||
created_date | date | 13 | null |
|
|
Date when the customer was added to the current Systems database. |
|||||||||||||||||||||||||||||||||||||||||
locale | varchar | 256 | null |
|
|
The language of a customer represented by it’s ISO-639 and ISO-3166 Code. If not set for a customer, the studios default locale is used. Eg. |
|||||||||||||||||||||||||||||||||||||||||
customer_origin | varchar | 256 | null |
|
|
Through which system the customer was created."
|
|||||||||||||||||||||||||||||||||||||||||
last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags behind source system). |