@@ -216,7 +216,7 @@ |
||
| 216 | 216 | if (!empty($context->oldRdbmsMetadata)) |
| 217 | 217 | { |
| 218 | 218 | $this->dl->dropRoutine($context->oldRdbmsMetadata['routine_type'], |
| 219 | - $context->oldRdbmsMetadata['routine_name']); |
|
| 219 | + $context->oldRdbmsMetadata['routine_name']); |
|
| 220 | 220 | } |
| 221 | 221 | } |
| 222 | 222 | |
@@ -283,9 +283,9 @@ |
||
| 283 | 283 | if ($max!==null) |
| 284 | 284 | { |
| 285 | 285 | $value = sprintf('%s(%d) character set %s', |
| 286 | - $column['data_type'], |
|
| 287 | - $max, |
|
| 288 | - $column['character_set_name']); |
|
| 286 | + $column['data_type'], |
|
| 287 | + $max, |
|
| 288 | + $column['character_set_name']); |
|
| 289 | 289 | } |
| 290 | 290 | else |
| 291 | 291 | { |