airavata-courses / Brogrammers

Distributed Systems : Weather Prediction
4 stars 1 forks source link

MongoDb Syntax error while creating collection #27

Closed arpit2010 closed 4 years ago

arpit2010 commented 4 years ago

https://files.slack.com/files-pri/T0VST4W8P-FUEDN103Z/image.png

While I was creating the collection in MongoDB with the given string there is a syntax error as shown in the image. Please check

knikharg commented 4 years ago

Updated syntax : db.createCollection("User") Wiki is updated with the same