回答編集履歴
2
posts
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 :
|
39
|
+
|post_id |int |FOREIGN KEY : posts(id)|フォロ |
|
40
40
|
|
41
41
|
※ RIMARY KEY(id,post_id)
|
1
改行だと・・・
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)
|