In DWH, order information is modeled as follows.
fct_order
- id
- create_dt
- cost
- driver_id
dim_driver
- driver_id
- name
- phone
How can the data model be improved to store information about multiple driver phones with their types (main, additional, emergency)?