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