How to Map a PostgreSQL BIT VARYING(7) Field to a Kotlin Entity Field in Hibernate?
I am having trouble mapping a PostgreSQL BIT VARYING(7) field to a Kotlin entity class using Hibernate. I can not modify the database schema. How can I map this field to Kotlin?