若要重命名索引,你需要调用 renameIndex 方法。此方法接受当前索引名称作为其第一个参数,并将所需名称作为其第二个参数:
renameIndex
$table->renameIndex('from', 'to')
关闭