render( array( 'type' => $type, 'tbl_storage_engine' => $tbl_storage_engine, 'class' => 'primary nowrap', 'hasField' => ($primary && $primary->hasColumn($field_name)), 'hasLinkClass' => true, 'url_query' => $url_query, 'primary' => $primary, 'syntax' => 'ADD PRIMARY KEY', 'message' => __('A primary key has been added on %s.'), 'action' => 'Primary', 'titles' => $titles, 'row' => $row, 'isPrimary' => true ) ) ?> render( array( 'type' => $type, 'tbl_storage_engine' => $tbl_storage_engine, 'class' => 'add_unique unique nowrap', 'hasField' => in_array($field_name, $columns_with_unique_index), 'hasLinkClass' => false, 'url_query' => $url_query, 'primary' => $primary, 'syntax' => 'ADD UNIQUE', 'message' => __('An index has been added on %s.'), 'action' => 'Unique', 'titles' => $titles, 'row' => $row, 'isPrimary' => false ) ) ?> render( array( 'type' => $type, 'tbl_storage_engine' => $tbl_storage_engine, 'class' => 'add_index nowrap', 'hasField' => false, 'hasLinkClass' => false, 'url_query' => $url_query, 'primary' => $primary, 'syntax' => 'ADD INDEX', 'message' => __('An index has been added on %s.'), 'action' => 'Index', 'titles' => $titles, 'row' => $row, 'isPrimary' => false ) ) ?> render( array( 'type' => $type, 'tbl_storage_engine' => $tbl_storage_engine, 'class' => 'spatial nowrap', 'hasField' => ! (in_array($type, $spatial_types) && ('MYISAM' == $tbl_storage_engine || PMA_MYSQL_INT_VERSION >= 50705)), 'hasLinkClass' => false, 'url_query' => $url_query, 'primary' => $primary, 'syntax' => 'ADD SPATIAL', 'message' => __('An index has been added on %s.'), 'action' => 'Spatial', 'titles' => $titles, 'row' => $row, 'isPrimary' => false ) ) ?>
  • = 50604)) && (mb_strpos($type, 'text') !== false || mb_strpos($type, 'char') !== false) ): ?>