Toán tử mũi tên không hoạt động trong mảng. Sử dụng cái này thay thế:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => 'example@sqldat.com']]])
->get()
Toán tử mũi tên không hoạt động trong mảng. Sử dụng cái này thay thế:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => 'example@sqldat.com']]])
->get()