What is a good data structure for storing phone numbers in database fields? I\'m looking for something that is flexible enough to handle international numbers, and also som
Perhaps storing the phone number sections in different columns, allowing for blank or null entries?