Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/xampp/phpMyAdmin/templates/table/structure/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/xampp/phpMyAdmin/templates/table/structure/action_row_in_structure_table.twig
<li class="{{ class }}">
{% if type == 'text'
    or type == 'blob'
    or tbl_storage_engine == 'ARCHIVE'
    or has_field %}
    {{ titles['No' ~ action]|raw }}
{% else %}
    <a rel="samepage" class="ajax add_key print_ignore
        {%- if has_link_class %}
            add_primary_key_anchor
        {%- elseif action == 'Index' %}
            add_index_anchor
        {%- elseif action == 'Unique' %}
            add_unique_anchor
        {%- elseif action == 'Spatial' %}
            add_spatial_anchor
        {%- endif %}" href="tbl_structure.php" data-post="{{ url_query|raw -}}
        &amp;add_key=1&amp;sql_query=
        {{- ('ALTER TABLE ' ~
            backquote(table) ~
            (is_primary ? (primary ? ' DROP PRIMARY KEY,')) ~
            ' ' ~
            syntax ~
            '(' ~
            backquote(row['Field']) ~
            ');')|url_encode -}}
            &amp;message_to_show={{ message|format(row['Field']|e)|url_encode }}">
        {{ titles[action]|raw }}
    </a>
{% endif %}
</li>