how to update jsonb column using laravel query
I want to update the available
to false
where toy->id=27
. Can any give me the laravel eloquent query for this? Thanks.
I want to update the available
to false
where toy->id=27
. Can any give me the laravel eloquent query for this? Thanks.