Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_space/alter — English |
Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_space/alter — English |
---
...
tarantool> format = {{name = 'field1', type = 'unsigned'}}
---
...
tarantool> s:alter({name = 'tester1', format = format})
---
...
tarantool> s.name
---
- tester1
...
tarantool> s:format()
---
- [{'name': 'field1', 'type': 'unsigned'}]
...