質問するログイン新規登録

回答編集履歴

2

posts

2017/12/10 13:51

投稿

退会済みユーザー
answer CHANGED
@@ -36,6 +36,6 @@
36
36
  |column |type|key |comment|
37
37
  |:--------|:--:|:----------------------|:------|
38
38
  |id |int |FOREIGN KEY : users(id)|ユーザ |
39
- |post_id |int |FOREIGN KEY : users(id)|フォロ |
39
+ |post_id |int |FOREIGN KEY : posts(id)|フォロ |
40
40
 
41
41
  ※ RIMARY KEY(id,post_id)

1

改行だと・・・

2017/12/10 13:51

投稿

退会済みユーザー
answer CHANGED
@@ -37,4 +37,5 @@
37
37
  |:--------|:--:|:----------------------|:------|
38
38
  |id |int |FOREIGN KEY : users(id)|ユーザ |
39
39
  |post_id |int |FOREIGN KEY : users(id)|フォロ |
40
+
40
41
  ※ RIMARY KEY(id,post_id)