Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/book/box/data_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ Full information is in section
| ``'string'`` | :ref:`string <index-box_string>` | TREE, BITSET or HASH |
| (may also be called ``‘str’``) | | |
+--------------------------------+-------------------------------------------+--------------------------------------+
| ``'varbinary'`` | :ref:`varbinary <index-box_bin>` | TREE, BITSET or HASH |
| ``'varbinary'`` | :ref:`varbinary <index-box_bin>` | TREE, HASH or BITSET |
| | | (since version 2.7) |
+--------------------------------+-------------------------------------------+--------------------------------------+
| ``'uuid'`` | :ref:`uuid <index-box_uuid>` | TREE or HASH |
+--------------------------------+-------------------------------------------+--------------------------------------+
Expand Down
Loading