Mongoose has the property `immutable` for a field. It would be cool to add this option in the plugin. for example: `SomeSchema.plugin(mongoTenant, { ... , immutable: true });` Thanks in advance
Mongoose has the property
immutablefor a field. It would be cool to add this option in the plugin.for example:
SomeSchema.plugin(mongoTenant, { ... , immutable: true });Thanks in advance