How to add reference model
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 304
- PR merge metrics
- No merged PRs in 30d
Description
How to generate the below case??
If i want to add reference to a column for eaxmple:
User = {
name: String,
email: String,
**address: {
type : mongoose.Type.ObjectId,
ref: "Address"
}**
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.