これについて私が完全に私の心を包み込むかどうかはわかりません。 stores
とdocuments
の間に関係を作成したいと思います。Railsの外部キー
文書表では、作成したstore
およびaccount
への参照が必要です。行うにはこれは私がこの移行
rails g AddStoreToDocuments store:references
を実行し、モデルに、account_id
とstore_id
のforeign_key
Sを指定する?う
このような?
has_many :stores, foreign_key: "store_id"
正しい方法は何ですか。原稿台に