Closed mt-ks closed 3 years ago
A problem occurs when the column type is json.
data = json_encode(['status' => 'ok' , 'message' => 'test']);
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type json
tnx @mehmetbeyHZ for commit.
A problem occurs when the column type is json.
data = json_encode(['status' => 'ok' , 'message' => 'test']);