m_family_members

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
client_id BIGINT 19 null
m_client.id FK_m_family_members_client_id_m_clientR
firstname VARCHAR 50 null
middlename VARCHAR 50 NULL
lastname VARCHAR 50 NULL
qualification VARCHAR 50 NULL
relationship_cv_id INT 10 null
m_code_value.id FK_m_family_members_relationship_m_code_valueR
marital_status_cv_id INT 10 NULL
m_code_value.id FK_m_family_members_marital_status_m_code_valueR
gender_cv_id INT 10 NULL
m_code_value.id FK_m_family_members_gender_m_code_valueR
date_of_birth DATE 10 NULL
age INT 10 NULL
profession_cv_id INT 10 NULL
m_code_value.id FK_m_family_members_profession_m_code_valueR
mobile_number VARCHAR 50 NULL
is_dependent BIT 1 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_m_family_members_client_id_m_client Performance Asc client_id
FK_m_family_members_gender_m_code_value Performance Asc gender_cv_id
FK_m_family_members_marital_status_m_code_value Performance Asc marital_status_cv_id
FK_m_family_members_profession_m_code_value Performance Asc profession_cv_id
FK_m_family_members_relationship_m_code_value Performance Asc relationship_cv_id

Relationships