You cannot do that, so either use a varchar/char field or split it up your self. Phone numbers aren't really "numbers" in the sense that you don't compute things with them, its more a string of numbers, I would use either a char or a varchar field so you don't have to create a string from a number and split it up to add the - and stuff.