gpt4 book ai didi

ruby-on-rails - rails : is there a difference between 'references :foo' and 'integer :foo_id' ?

转载 作者:行者123 更新时间:2023-12-01 17:02:50 25 4
gpt4 key购买 nike

当我在迁移中使用 references :foo 时,生成的列称为 foo_id。执行 references :foo 和仅执行 integer :foo_id 之间实际上有什么区别吗?也许在后台发生了一些事情来强制数据库级别的关系?

最佳答案

结果与您的具体情况相同;你是对的。但是 references 允许使用 :polymorphic => true 选项,该选项将自动将 foo_type 列创建为表中的字符串。

从语义上讲,如果您试图使迁移更好地反射(reflect)数据库中表之间的关系,那么引用会更好。

关于ruby-on-rails - rails : is there a difference between 'references :foo' and 'integer :foo_id' ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4736879/

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