Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var schema = mongoose.Schema({
  2. name: String
  3. }
  4.  
  5. var schema = mongoose.Schema({
  6. name: String,
  7. job: {type: String, default: "Chef"}
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement