HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/web/phpMyAdmin/templates/table/structure/table_structure_header.twig
<thead>
    <tr>
        <th class="print_ignore"></th>
        <th>#</th>
        <th>{% trans 'Name' %}</th>
        <th>{% trans 'Type' %}</th>
        <th>{% trans 'Collation' %}</th>
        <th>{% trans 'Attributes' %}</th>
        <th>{% trans 'Null' %}</th>
        <th>{% trans 'Default' %}</th>
        {% if show_column_comments -%}
            <th>{% trans 'Comments' %}</th>
        {%- endif %}
        <th>{% trans 'Extra' %}</th>
        {# @see tbl_structure.js, function moreOptsMenuResize() #}
        {% if not db_is_system_schema and not tbl_is_view %}
            <th colspan="{{ Util_showIcons('ActionLinksMode') ? '8' : '9' -}}
                " class="action print_ignore">{% trans 'Action' %}</th>
        {% endif %}
    </tr>
</thead>