LoginSignup
1
2

More than 3 years have passed since last update.

外部キーについて

Posted at

外部キーというのは、「他のテーブルの主キー」を保存するカラムのことをいう。

2つのテーブルを紐づけるとき、データが重複してるのを解消すためのもの

userテーブルのidが主キーでtopicテーブルに外部キーを設けるときuser_idカラムとなる。
(has_many、belongs_toをモデルに書く)

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2