Is there a way to edit an existing index in Sequel Pro (Mac OSX)? In the Indexes pane, I only see a plus (add) and minus (remove). I can't seem to modify any of the existing indexes, such as renaming it or adding more columns to create a multi-column (composite) index.
Asked
Active
Viewed 4,525 times
1 Answers
2
No, there is no way to edit an existing index. There exists a corresponding feature request in their bug tracker. One has to drop the index and create a new one.

Ulrich Thomas Gabor
- 6,584
- 4
- 27
- 41
-
2I ended up using Valentina Studio and it's been great. Gives me the ability to edit compound indexes easily. – prograhammer Dec 10 '14 at 00:57