@@ -479,6 +479,10 @@ |
||
479 | 479 | * @param $colSpec String which contains conditions for a column |
480 | 480 | * @return string |
481 | 481 | */ |
482 | + |
|
483 | + /** |
|
484 | + * @param string $tableName |
|
485 | + */ |
|
482 | 486 | private function alterTableAlterColumn($tableName, $colName, $colSpec) |
483 | 487 | { |
484 | 488 | // First, we split the column specifications into parts |