如何使用Maestro修改数据库表索引名称
1、打开SQL Maestro for MySQL

2、连接要操作的数据库

3、展开【tables】

4、右击要操作的表,然后点击【edit table】

5、此时显示已有字段,点击下方的【indexes】标签页

6、此时显示已有的索引

7、右击要操作的索引,然后点击【rename index】

8、输入新的索引名称,然后点击【OK】

9、点击【execute】

10、此时表索引名称就修改了

1、打开SQL Maestro for MySQL
2、连接要操作的数据库
3、展开【tables】
4、右击要操作的表,然后点击【edit table】
5、此时显示已有字段,点击下方的【indexes】标签页
6、此时显示已有的索引
7、右击要操作的索引,然后点击【rename index】
8、输入新的索引名称,然后点击【OK】
9、点击【execute】
10、此时表索引名称就修改了