mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
571 stars 118 forks source link

PostgreSQL Json Field #64

Closed mt-ks closed 3 years ago

mt-ks commented 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
mavinoo commented 3 years ago

tnx @mehmetbeyHZ for commit.