We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e58dd commit 3fa5b7cCopy full SHA for 3fa5b7c
doc/reference/reference_lua/uuid.rst
@@ -72,7 +72,7 @@ Below is list of all ``uuid`` functions and members.
72
73
.. code-block:: tarantoolsession
74
75
- tarantool> box.space.test:create_index("pk", {parts={field = 1, type = 'uuid'}})
+ tarantool> box.space.test:create_index("pk", {parts={{field = 1, type = 'uuid'}}})
76
77
Now you can insert uuids into the space:
78
0 commit comments