How can I store in a db several phone numbers to be related to their own restaurants?
Posted
by Rami Alashri
on Stack Overflow
See other posts from Stack Overflow
or by Rami Alashri
Published on 2010-03-29T21:40:09Z
Indexed on
2010/03/29
21:43 UTC
Read the original article
Hit count: 411
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 :)
© Stack Overflow or respective owner