提交 16bd8cda 编写于 作者: d-u-a's avatar d-u-a

schema: 移除 bsonType 长度

上级 0c408ae8
...@@ -63,15 +63,15 @@ ...@@ -63,15 +63,15 @@
### bsonType可用类型 ### bsonType可用类型
|类型 |长度 |名称 | |类型 |名称 |
|:- |:- |:- | |:- |:- |
|String |2 |“string” | |String |“string” |
|Double |1 |“double” | |Double |“double” |
|32-bit integer |16 |“int” | |32-bit integer |“int” |
|Object |3 |“object” | |Object |“object” |
|Array |4 |“array” | |Array |“array” |
|Boolean |8 |“bool” | |Boolean |“bool” |
|Timestamp |17 |“timestamp” | |Timestamp |“timestamp”|
**注意:在schema描述中需要使用上述表格中的“名称”,而不是“类型”** **注意:在schema描述中需要使用上述表格中的“名称”,而不是“类型”**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册