Operátor šipky nefunguje v polích. Místo toho použijte toto:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()
Operátor šipky nefunguje v polích. Místo toho použijte toto:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()