Skip to content

Instantly share code, notes, and snippets.

@topspinppy
Created March 19, 2019 17:05
Show Gist options
  • Save topspinppy/77391f24eccdfc7d31704215489185a0 to your computer and use it in GitHub Desktop.
Save topspinppy/77391f24eccdfc7d31704215489185a0 to your computer and use it in GitHub Desktop.
db.createCollection("student");
db.student.insert({
id: 1,
Name: "สมชาย",
Surname: "เข็มกลัด",
thumbnail: "/images/student/somchai.jpg"
});
db.student.insert({
id: 2,
Name: "วิชชุดา",
Surname: "พินดั้ม",
thumbnail: "/images/student/vitchuda.jpg"
});
db.student.insert({
id: 2,
Name: "ภัทรดนัย",
Surname: "เสตสุวรรณ",
thumbnail: "/images/student/pattaradanai.jpg"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment