@@ -377,7 +377,7 @@ |
||
| 377 | 377 | |
| 378 | 378 | $baseSql = 'ALTER TABLE ' . $this->db->quoteTableName($table) |
| 379 | 379 | . ' ALTER ' . $this->db->quoteColumnName($column) |
| 380 | - . (($hasType) ? ' TYPE ' : ' ') . $this->getColumnType($type); |
|
| 380 | + . (($hasType) ? ' TYPE ' : ' ') . $this->getColumnType($type); |
|
| 381 | 381 | |
| 382 | 382 | if ($columnSchema->allowNull == $allowNullNewType) { |
| 383 | 383 | return $baseSql; |