Operator strzałki nie działa w tablicach. Użyj tego zamiast:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()
Operator strzałki nie działa w tablicach. Użyj tego zamiast:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()