回答編集履歴

2

posts

2017/12/10 13:51

投稿

退会済みユーザー
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  |id |int |FOREIGN KEY : users(id)|ユーザ |
76
76
 
77
- |post_id |int |FOREIGN KEY : users(id)|フォロ |
77
+ |post_id |int |FOREIGN KEY : posts(id)|フォロ |
78
78
 
79
79
 
80
80
 

1

改行だと・・・

2017/12/10 13:51

投稿

退会済みユーザー
test CHANGED
@@ -76,4 +76,6 @@
76
76
 
77
77
  |post_id |int |FOREIGN KEY : users(id)|フォロ |
78
78
 
79
+
80
+
79
81
  ※ RIMARY KEY(id,post_id)