Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
client_id | BIGINT | 19 | null |
|
|
|||||
firstname | VARCHAR | 50 | null |
|
|
|||||
middlename | VARCHAR | 50 | √ | NULL |
|
|
||||
lastname | VARCHAR | 50 | √ | NULL |
|
|
||||
qualification | VARCHAR | 50 | √ | NULL |
|
|
||||
relationship_cv_id | INT | 10 | null |
|
|
|||||
marital_status_cv_id | INT | 10 | √ | NULL |
|
|
||||
gender_cv_id | INT | 10 | √ | NULL |
|
|
||||
date_of_birth | DATE | 10 | √ | NULL |
|
|
||||
age | INT | 10 | √ | NULL |
|
|
||||
profession_cv_id | INT | 10 | √ | NULL |
|
|
||||
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 |