tjohnn
10/02/2019, 1:24 PMCollection
of String
? I am having issue with inserting data into postgresql array column
Or do I to parse it to an acceptable format myself?
I am getting this error:
Caused by: org.postgresql.util.PSQLException: ERROR: column "images" is of type character varying[] but expression is of type character varying
Vinicius Araujo
11/26/2019, 2:13 PM