从mongodb切换到mongoose 到后,mongoose没有办法读取修改mongodb创建的表和数据。对mongoose自己创建的表是可以的。请教,这是何解?
1
airyland Apr 3, 2014
试试 _id:false ?
|
3
ijse Apr 3, 2014
有什么提示吗? 是不是定义的Schema不对。。
|
5
vietor Apr 3, 2014
versionKey ?
|
6
rexren Apr 4, 2014
实在不行做一次migration就可以了
|
8
lijinma Apr 5, 2014
把你的关键代码贴一下?
|