I have a table named booking which has a column contact_number.
What will be the best practice to insert multiple contact numbers for single booking? I have attached an image in which 1 entry has contact numbers separated with commas and other made 2 entries for same booking. Last thing i think of is to create a separate table for contacts. What will be the best way?
There will be an array for multiple contacts, I am coding in codeigniter.