Advertisement
AugustoZJF

Vaga

Nov 13th, 2019
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const mongoose = require("mongoose");
  2.  
  3. mongoose.model("Vaga",{
  4.     nome: {type:String},
  5.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement