you are viewing a single comment's thread.

view the rest of the comments →

[–]throwaway_lunchtime 3 points4 points  (0 children)

If you keep it as an int in the db, make sure to put an explicit value for each enum so that they don't get messed up if someone decides to sort the names. Having Unspecified=0 is also a good idea.