When defining datatypes in a database, I have always had a problem with choosing whether to use integers or strings to store certain \'numerical\' data.
Say I am bui
You should only use numeric fields if you have to perform arithmetic operations with that fields. Otherwise just go with string/varchar/etc