Команда ReQL: index_drop
Синтаксис команды
table.index_drop(index_name) → object
Описание
Удалить ранее созданный вторичный индекс этой таблицы.
Пример: Удалить вторичный индекс с именем ‘code_name’.
r.table('dc').index_drop('code_name').run(conn)
© RethinkDB contributors
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
https://rethinkdb.com/api/python/index_drop/