一般我用 rails 的时候只在模型层建立表之间的关系,几乎没有在 database 里面用add_foreign_key再强调外键关系
add_foreign_key
若模型层 (Model) 用belongs_to和has_many等建立了“外键”关系,还需要在表内再指定谁是谁的外键吗?
belongs_to
has_many
@msl12 之前的相似问题 https://ruby-china.org/topics/31666
谢谢,懂了哈