inline fun <reified T : Enum<T>> EnumColumnAdapter(): EnumColumnAdapter<T>
A ColumnAdapter which maps the enum class T to a string in the database.
T