gpt4 book ai didi

mysql - Ruby on Rails : Querying Serialize Data

转载 作者:行者123 更新时间:2023-11-29 12:39:03 24 4
gpt4 key购买 nike

我有一个 Controller 。在这个 Controller 中,我有这个查询:

def show
@registration = Registration.where("owner_id = ? OR send_to_id = ? OR cc_id = ?", current_user, current_user, [current_user].to_yaml)
end

它在 owner_idsend_to_id 上运行,但在 cc_id 上运行,但不起作用。

您能给我一些关于如何查询序列化数据的提示吗?

更新:我正在使用 MySQL。

最佳答案

如果您使用 postgreSql 作为数据库,请看看这个 gem ' activerecord-postgres-hstore '它将帮助您按预期查询结果。

关于mysql - Ruby on Rails : Querying Serialize Data,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26376600/

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