getTable('external_config'); $column = $table->getColumn('value'); if ($column->getLength() > 4000) { $column->setLength(4000); return $schema; } return null; } }