Piloperatorn fungerar inte i arrayer. Använd detta istället:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()
Piloperatorn fungerar inte i arrayer. Använd detta istället:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()