@@ -139,7 +139,7 @@ |
||
139 | 139 | { |
140 | 140 | //Temporary table is required to copy data over |
141 | 141 | $temporary = clone $table; |
142 | - $temporary->setName('spiral_temp_' . $table->getName() . '_' . uniqid()); |
|
142 | + $temporary->setName('spiral_temp_'.$table->getName().'_'.uniqid()); |
|
143 | 143 | |
144 | 144 | //We don't need any index in temporary table |
145 | 145 | foreach ($temporary->getIndexes() as $index) { |