<Using uuid[ ] type in Postgres with kotlin and hi...
# stackoverflow
u
Using uuid[] type in Postgres with kotlin and hibernate I'm pretty new to Kotlin and whole JVM world and I'm trying to figure out how should I use that type. I was trying to implement it as mentioned in this tutorial: https://medium.com/@sajithvijesekar/spring-jpa-data-with-postgres-array-types-a6cc4be421e2 but as a result I received: No Dialect mapping for JDBC type: 2003 during app startup. I wanted to use that field...