{{ 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' %}
{% if have_partitioning %} {% endif %}
{% 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 ) }}  
{% trans 'PARTITION definition:' %} {{ Util_showMySQLDocu('Partitioning') }}
{% include 'columns_definitions/partitions.twig' with { 'partition_details': partition_details } only %}
{% endif %}