How can I store in a db several phone numbers to be related to their own restaurants?
- by Rami Alashri
I have a table called "restaurants" which contains each restaurant information, I want to add its phone numbers.
Should I make another table called say "phones" with fields "phone1", "phone2", "phone3", etc, then make a relation between them? or their is an easier way to do this?
Thanks a lot :)