You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently mongoose (4.2.2) does not support multi-dimensional array in schema. So in the model schema macro we should convert them to Mixed (or [Mixed]?).
Currently mongoose (4.2.2) does not support multi-dimensional array in schema. So in the model schema macro we should convert them to
Mixed(or[Mixed]?).