This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
=================================================== | |
OPCIONES COMUNES DE SchemaType EN MONGOOSE | |
=================================================== | |
Estas opciones se aplican a cada campo del Schema. | |
*/ | |
// Definición del modelo User con distintas opciones | |
const UserSchema = new Schema({ | |
// type → Tipo de dato |