Hi all,
I'm having one of those horrible dilemas, when setting up a mySQL database. There are so many data types to choose from these days, I'm unsure of which ones to choose. Obviously I want to choose the most accurate and efficient type for each field.
My main concern is for fields that will contain text. There are so many options, varchar, text, blob etc.
I am setting up a customer database with name, address, telephone etc. I would be swayed towards using Varchar for them all. Would this be right?
Also, would you use Varchar or a numeric field for telephone number?
Thanks,
Nick.