Forum Moderators: open
Very new to mysql, at least editing it and all that.
I'd like to add a field to an existing database. The field will just contain a series of numbers, no more that 4 numbers per entry. It's basically a list of some telephone area codes.
In phpmyadmin I have several options under the "Type" menu - I'm sure I could just use "varchar" but I'm wondering if there's some sort of more efficient type I should be using or anything like that, since this DB will grow to be pretty big.
Thanks for any info, and patience as I stumble through this :)