diff --git a/src/Schema/Comparator.php b/src/Schema/Comparator.php index 4a5dba711fc..f344c5b5e9e 100644 --- a/src/Schema/Comparator.php +++ b/src/Schema/Comparator.php @@ -148,7 +148,6 @@ public function compareTables(Table $oldTable, Table $newTable): TableDiff $addedColumns = []; $modifiedColumns = []; $droppedColumns = []; - $renamedColumns = []; $addedIndexes = []; $modifiedIndexes = []; $droppedIndexes = [];