In my postgreSQL DB i have a field with the data type int[]
trying to mapp this to a Grails domain class column Integer[]
the application fails to start:
org.hibernate.type.SerializationException: could not deserialize
Is there any other way to achieve this?
I also tried this: //insurance column: 'rs_insurance', sqlType: "integer[]"