I'm trying to add the value to my table with a jsonb column:
{"prefId": 1, "prefType": "PREF", "date": "23.07.2020"}
But I'm getting an error:
ERROR: invalid input syntax for type json
Detail: Token "." is invalid.
Where: JSON data, line 1: 23.07....
What is the problem and how to solve it?
There is an error in date format. Try
23/07/2020or23-07-2020