003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/templates/table/structure
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
templates
/
table
/
structure
/
📁
..
📄
action_row_in_structure_table.twig
(1.01 KB)
📄
actions_in_table_structure.twig
(4.94 KB)
📄
add_column.twig
(1.1 KB)
📄
check_all_table_column.twig
(2.68 KB)
📄
display_partitions.twig
(7.08 KB)
📄
display_structure.twig
(9.3 KB)
📄
display_table_stats.twig
(3.23 KB)
📄
move_columns_dialog.twig
(308 B)
📄
optional_action_links.twig
(1.34 KB)
📄
partition_definition_form.twig
(517 B)
📄
row_stats_table.twig
(3.14 KB)
📄
table_structure_header.twig
(763 B)
📄
table_structure_row.twig
(2.27 KB)
Editing: 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 -}} &add_key=1&sql_query= {{- ('ALTER TABLE ' ~ Util_backquote(table) ~ (is_primary ? (primary ? ' DROP PRIMARY KEY,')) ~ ' ' ~ syntax ~ '(' ~ Util_backquote(row['Field']) ~ ');')|url_encode -}} &message_to_show={{ message|format(row['Field']|e)|url_encode }}"> {{ titles[action]|raw }} </a> {% endif %} </li>
Upload File
Create Folder