質問編集履歴

1

add code

2018/05/02 06:05

投稿

Nippun
Nippun

スコア1147

test CHANGED
File without changes
test CHANGED
@@ -62,6 +62,16 @@
62
62
 
63
63
  ```
64
64
 
65
+ mongodb
65
66
 
67
+ ```mongo
68
+
69
+ const UserPosition = new Schema({
70
+
71
+ user_name: {type: String, required: true}
72
+
73
+ });
74
+
75
+ ```
66
76
 
67
77
  どうすれば解決できますか?