Hi,
Not sure if I'm doing something wrong but I want to have a field that is an array of objects (questions) and each object should have an id and some text. When I do this the question text is different for each question but the ID is the same? I want the ID to be unique and want to reference it in another collection as a primary key/foreign key for joins so to speak.
My Mongo playground is: https://mongoplayground.net/p/YgxGJnMHmr-
Thanks,
Sean
Hi,
Not sure if I'm doing something wrong but I want to have a field that is an array of objects (questions) and each object should have an id and some text. When I do this the question text is different for each question but the ID is the same? I want the ID to be unique and want to reference it in another collection as a primary key/foreign key for joins so to speak.
My Mongo playground is: https://mongoplayground.net/p/YgxGJnMHmr-
Thanks,
Sean