Following is my user schema in user.js model -
user
user.js
var userSchema = new mongoose.Schema({ local: { name: { type: String },
If you are still in your development environment, I would drop the entire db and start over with your new schema.
From the command line
➜ mongo use dbName; db.dropDatabase(); exit