Answers for "laravel json column type json_array"

PHP
0

laravel where json array column

->whereJsonContains('user_id', 3)
Posted by: Guest on October-28-2020
0

laravel where json array column

whereRaw("JSON_CONTAINS(user_id, '[3]' )")->get();
Posted by: Guest on October-28-2020

Code answers related to "laravel json column type json_array"

Browse Popular Code Answers by Language