Click here to Skip to main content
15,895,142 members

Comments by Brian Dunne (Top 1 by date)

Brian Dunne 11-Jan-13 8:32am View    
Hi Shanu2rick,
Thanks for the reply but I had already messed around with that enum.

Unfortunately as you suggest it doesn't provide the exact type, which for me is sort of important.
For example, Age is given a type of unsignedByte, which while appropriate for the particular value, it means that as the value of age increases to a larger number (or the value of ID, which would be more appropriate), the schema definition will change, which is not useful to me.
I need to be able to specify a type (as in integer for Age, regardless of data size).
Thanks,
Brian