Relative Content

Tag Archive for mongodbmongoosemongoose-schema

Mongoose does not save object with discriminated property

I created a ProductSchema which is extended by a CategorizedProductSchema. The difference between them is that the CategorizedProductSchema has an attribute category which is of type CategorySchema. However, when I create and save a categorized product, it does not save the category information, it only saves the fields in the ProductSchema.