best yes or no data type
Moderator: General Moderators
best yes or no data type
Hi, I have been tryoing to read but I can't seem to find a good answer. What is the best data type in mysql to use for a field in my database that I want to receive a "yes" or "no" answer? or "true" or "false"? I read that 'Enum' may be one of them because I don't see 'Boolean'!!! Please help, thank you
Re: best yes or no data type
Bool is the best data type to be used for yes or no in mysql..
i have done many examples to this type..
i have done many examples to this type..