gpt4 book ai didi

ruby-on-rails - Rails,通过自定义的唯一字段引用关联

转载 作者:行者123 更新时间:2023-11-29 14:15:04 25 4
gpt4 key购买 nike

我有一个包含 uuid 列的 Person 对象。每个人都有_很多博客,每个博客属于_一个人。

我希望 blog.person_id 返回 Person.UUID,而 blog.person 返回 person 对象。有没有办法做到这一点无需将 Person 的主键设为自己的 UUID

最佳答案

使用 primary_key 选项提及列名。

has_many blogs, primary_key: "uuid"

has_many options :

:primary_key

Specify the name of the column to use as the primary key for the association. By default this is id.

关于ruby-on-rails - Rails,通过自定义的唯一字段引用关联,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52076083/

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