gpt4 book ai didi

arrays - Laravel Eloquent - 使用 JSON 对象数组

转载 作者:行者123 更新时间:2023-12-05 08:40:52 24 4
gpt4 key购买 nike

我的数据库中有一个 JSON 对象数组(如下图所示)

enter image description here

如何在其中搜索特定值?假设我想要“ends_at”字段等于“2018-11-24 08:00:00”的记录

我试过用

->where('column->starts_at', '2018-11-24 08:00:00')

甚至尝试过

->whereJsonContains('column->starts_at', '2018-11-24 08:00:00').

在模型中,我已将列转换为数组 - 我是否遗漏了什么,或者不能这样做?

最佳答案

使用这个:

->whereJsonContains('column', ['starts_at' => '2018-11-24 08:00:00'])

关于arrays - Laravel Eloquent - 使用 JSON 对象数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53007520/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com