I have the following collection:
// SUSPEITOS - INICIO //
const suspeitosSchema = new mongoose.Schema({
nome: { type: String },
sexo: { type: String },
corPele: { type: String },
altura: { type: String },
peso: { type: String },...
asked by
09.11.2017 / 19:40