Table pm_personal_data
Description:
This table contains personal data about our staff, eg. tax id.
PRIMARY KEY
p_partner_key_n
bigint default: 0 NOT NULL
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. p_person

pm_height_cm_i
integer
The person's height in cm
pm_weight_kg_n
numeric (5, 2)
The person's weight in kg
pm_eye_colour_c
varchar (40)
The person's eye colour
pm_hair_colour_c
varchar (40)
The person's hair colour
pm_facial_hair_c
varchar (60)
Information about the person's facial hair, e.g. beard, mustache
pm_physical_desc_c
varchar (500)
Further physical information about the person like tatoos, piercings, scars or marks
pm_blood_type_c
varchar (20)
The person's blood type
pm_ethnic_origin_c
varchar (60)
Ethnic Origin
pm_life_question_1_c
varchar (200)
Proof of life question 1
pm_life_answer_1_c
varchar (200)
Answer to proof of life question 1
pm_life_question_2_c
varchar (200)
Proof of life question 2
pm_life_answer_2_c
varchar (200)
Answer to proof of life question 2
pm_life_question_3_c
varchar (200)
Proof of life question 3
pm_life_answer_3_c
varchar (200)
Answer to proof of life question 3
pm_life_question_4_c
varchar (200)
Proof of life question 4
pm_life_answer_4_c
varchar (200)
Answer to proof of life question 4
pm_personal_fld1_c
varchar (50)
User defined field-1 for personal information (not in use any longer, replaced by p_data_label_value_partner)
pm_personal_fld2_c
varchar (50)
User defined field-2 for personal information (not in use any longer, replaced by p_data_label_value_partner)
pm_personal_fld3_c
varchar (50)
User defined field-3 for personal information (not in use any longer, replaced by p_data_label_value_partner)
pm_personal_fld4_c
varchar (50)
User defined field-4 for personal information (not in use any longer, replaced by p_data_label_value_partner)
pm_personal_fld5_c
varchar (50)
User defined field-5 for personal information (not in use any longer, replaced by p_data_label_value_partner)
pm_personal_fld6_c
varchar (50)
User defined field-6 for personal information (not in use any longer, replaced by p_data_label_value_partner)
p_language_code_c
varchar (20)
Name of the person's first language. p_language
p_believer_since_year_i
integer default: NULL
This is the year the person became a Believer.
p_believer_since_comment_c
varchar (1000)
Comment about the year or how the person became a believer
s_date_created_d
date default: CURRENT_DATE
The date the record was created.
s_created_by_c
varchar (20)
User ID of who created this record. s_user
s_date_modified_d
date
The date the record was modified.
s_modified_by_c
varchar (20)
User ID of who last modified this record. s_user
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP
This identifies the current version of the record.


FOREIGN KEY
pm_personal_data_fk1: p_partner_key_n => p_person
pm_personal_data_fk3: p_language_code_c => p_language
pm_personal_data_fkcr: s_created_by_c => s_user
pm_personal_data_fkmd: s_modified_by_c => s_user