What kind of column should this be: 10/5, 1/10, 2/50 etc.
Wondering the best one to use.
I was thinking about doing a decimal 10.5, 1.10, it doesnt matter.
Im just separating two values but want to save time by retrieving one row.
Really if it is two different pieces of information, level and percentage, then it should be different fields. Two fields of type tinyint(1) would seem to be sufficient.
Bookmarks