Javokhir Karimov

Results 1 issues of Javokhir Karimov

I was searching a translatable JSON column on MySql using `->where('name->first', 'like', '%jeRRy%')`. But this returned 0 results. In database, there is data and it's like this: `{ "first":"Jerry", "last":"Kim"...