質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,8 +15,8 @@
|
|
15
15
|
|:--|:--:|:--:|:--:|
|
16
16
|
|100|1|type|type_A|
|
17
17
|
|101|1|userID|776|
|
18
|
-
|
|
18
|
+
|102|2|type|type_A|
|
19
|
-
|
|
19
|
+
|103|2|userID|777|
|
20
20
|
|
21
21
|
users_table
|
22
22
|
|user_ID|user_name|
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,10 +5,10 @@
|
|
5
5
|
以下の3つのテーブルがあったとします。
|
6
6
|
|
7
7
|
comments_table
|
8
|
-
|comment_ID|
|
8
|
+
|comment_ID|comment_content|
|
9
9
|
|:--|:--:|
|
10
|
-
|1|
|
10
|
+
|1|hoge|
|
11
|
-
|2|
|
11
|
+
|2|fuga|
|
12
12
|
|
13
13
|
comment_meta_table
|
14
14
|
|meta_id|comment_id|meta_key|meta_value|
|