An issue when creating string[] elements
I'm getting an error:
DatabaseErrorException: ERROR: column "images" is of type text[] but expression is of type text; Hint: You will need to rewrite or cast the expression.
For the following code:
I'm using aws rds data api
DatabaseErrorException: ERROR: column "images" is of type text[] but expression is of type text; Hint: You will need to rewrite or cast the expression.
For the following code:
I'm using aws rds data api