Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment sub document field #32

Open
rakyesh22 opened this issue Jun 29, 2020 · 0 comments
Open

Increment sub document field #32

rakyesh22 opened this issue Jun 29, 2020 · 0 comments

Comments

@rakyesh22
Copy link

rakyesh22 commented Jun 29, 2020

Hi all,
i want to use auto increment for my subdocument array structure in mongoose.

const schema=new Schema({
	sectoreName: String,
	members:[{
		_id: false,
		m_id:Number
	}]	
})

I want to set autoincrement to members.m_id .
How to do it ???
Please help for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant