0

How in alter() transfer a specific secondary key, if I have two secondary key.

1 Answers1

1

You can specify the required index like this:

box.space.space_name.index.<index name>:alter(...)

Instead of <index name> specify the index you want to alter.