@@ -637,6 +637,8 @@ discard block |
||
637 | 637 | |
638 | 638 | /** |
639 | 639 | * @inheritDoc |
640 | + * @param string $tableName |
|
641 | + * @param string|null $columnName |
|
640 | 642 | */ |
641 | 643 | protected function getDropDefaultConstraint($tableName, $columnName) |
642 | 644 | { |
@@ -649,6 +651,9 @@ discard block |
||
649 | 651 | return $this->getDropForeignKeyInstructions($tableName, $defaultConstraint); |
650 | 652 | } |
651 | 653 | |
654 | + /** |
|
655 | + * @return string |
|
656 | + */ |
|
652 | 657 | protected function getDefaultConstraint($tableName, $columnName) |
653 | 658 | { |
654 | 659 | $sql = "SELECT |