I have an array of JSON objects within my database (as depicted by the image below)
How do I search for a specific value within it? Say I want the record wh
Use this:
->whereJsonContains('column', ['starts_at' => '2018-11-24 08:00:00'])