[ Avaa Bypassed ]




Upload:

Command:

www-data@3.145.45.170: ~ $
<h3>{% trans 'Indexes' %}</h3>
<table id="tablestructure_indexes" class="data">
    <thead>
        <tr>
            <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>
    <tbody>
        {% for index in indexes %}
            <tr class="noclick">
                <td>
                    <strong>{{ index['Key_name'] }}</strong>
                </td>
                <td>{{ index['Index_type'] }}</td>
                <td>{{ index['Non_unique'] == 0 ? 'Yes'|trans : 'No'|trans }}</td>
                <td>{{ index['Packed'] != '' ? 'Yes'|trans : 'No'|trans }}</td>
                <td>{{ index['Column_name'] }}</td>
                <td>{{ index['Cardinality'] }}</td>
                <td>{{ index['Collation'] }}</td>
                <td>{{ index['Null'] }}</td>
                <td>{{ index['Comment'] }}</td>
            </tr>
        {% endfor %}
    </tbody>
</table>

Filemanager

Name Type Size Permission Actions
activate_deactivate.twig File 1.12 KB 0644
create_version.twig File 3.69 KB 0644
report_table.twig File 1007 B 0644
selectable_tables.twig File 688 B 0644
structure_snapshot_columns.twig File 2.29 KB 0644
structure_snapshot_indexes.twig File 1.19 KB 0644