tests error: ⚠️ [PostgreSQLDiagnosticResponse.op_error: ERROR: operator does not exist: jsonb = text] [Possible causes: operator does not exist: jsonb = text] [Suggested fixes: No operator matches the given name and argument type(s). You might need to add explicit type casts.]
I have Test model with
PostgreSQLJSONType
fieldI added two new records into it
Then I'm trying to get records from Test model
and it works, it prints
but when I'm trying to filter by JSON field
it throws an error