gpt4 book ai didi

mysql - Ruby on Rails - 引用除主键以外的索引的外键

转载 作者:行者123 更新时间:2023-12-01 00:04:27 25 4
gpt4 key购买 nike

在 Ruby on Rails 中,如何创建外键引用字段而非主键的关系?如何在迁移或模型类中做到这一点?我正在使用 MySQL。

谢谢,

编辑:假设我有两个表 A 和 B。在 B 中,我有一个名为 name 的字段,在 A 中我有 b_name。我该如何指定

最佳答案

您可以像这样在表中设置作为外键的列名:

Class ModelA  < ActiveRecord::Base
has_many :models, foreign_key: 'another_id'

上面的关联说,models 表有一个名为“another_id”的列。

阅读有关各种选项的更多信息 in the docs .

关于mysql - Ruby on Rails - 引用除主键以外的索引的外键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23442896/

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