getTable('share_external'); $column = $table->getColumn('owner'); if ($column->getLength() < 255) { $column->setLength(255); return $schema; } return null; } }