I have a number of enums in my application which are used as property type in some classes.
What is the best way to store these values in database, as String or Int?
The implementation is easy in both cases, and performance differences should be minor.
Therefore, go for the meaning : the Strings are more meaningful than numbers, so use the String.