質問編集履歴

3

誤字

2020/07/27 09:05

投稿

maskmelon
maskmelon

スコア63

test CHANGED
File without changes
test CHANGED
@@ -28,11 +28,11 @@
28
28
 
29
29
  id
30
30
 
31
-  content質問内容
31
+  content(質問内容)
32
32
 
33
-  countAAと回答した人の数
33
+  countA(Aと回答した人の数)
34
34
 
35
-  countBBと回答した人の数
35
+  countB(Bと回答した人の数)
36
36
 
37
37
   createdBy(ref: User)
38
38
 

2

追記

2020/07/27 09:05

投稿

maskmelon
maskmelon

スコア63

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  id
30
30
 
31
-  content
31
+  content (質問内容)
32
32
 
33
33
   countA (Aと回答した人の数)
34
34
 

1

誤字

2020/07/27 09:04

投稿

maskmelon
maskmelon

スコア63

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  Userテーブル
16
16
 
17
-  ID
17
+  id
18
18
 
19
19
   name
20
20
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  Questionテーブル
28
28
 
29
- ID
29
+ id
30
30
 
31
31
   content
32
32