I am making models for a database with Requery. Right now I'm trying to enumerate some options and store them in an integer field on the model. What are the best ways to do it? I'm trying to use a companion object but since the entity classes are generated and inherited the companion object isn't inherited. Any idea on how to have these options live on the model rather than making a separate enum class?