Skip to content

Instantly share code, notes, and snippets.

@robzlabz
Created July 8, 2020 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robzlabz/9a20cc65b356843bc672a1a026deeeb6 to your computer and use it in GitHub Desktop.
Save robzlabz/9a20cc65b356843bc672a1a026deeeb6 to your computer and use it in GitHub Desktop.
Menambahkan Field
const User = mongoose.model('User', new mongoose.Schema({
username: String,
password: String,
about: String,
joinAt: Date,
points: Number
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment