{% if not hide_order_table %}
{{ get_hidden_inputs(db, table) }}
{% trans 'Alter table order by' %}
{% trans %}(singly){% context %}Alter table order by a single field.{% endtrans %}
{% endif %}
{{ get_hidden_inputs(db, table) }}
{% trans 'Move table to (database.table)' %}
{% if database_list is not empty %} {% else %} {% endif %} .
{{ get_hidden_inputs(db, table) }} {% if has_auto_increment %} {% endif %}
{% trans 'Table options' %}
{% if has_pack_keys %}
{% endif %} {% if has_checksum_and_delay_key_write %}
{% endif %} {% if has_transactional_and_page_checksum %}
{% endif %} {% if has_auto_increment %}
{% endif %} {% if row_formats is not empty %}
{% endif %}
{{ get_hidden_inputs(db, table) }}
{% trans 'Copy table to (database.table)' %}
{% if database_list is not empty %} {% else %} {% endif %} .
{% if has_foreign_keys %}
{% endif %}
{% trans 'Table maintenance' %}
{% if not is_system_schema %}
{% trans 'Delete data or table' %}
{% endif %} {% if partitions is not empty %}
{{ get_hidden_inputs(db, table) }}
{% trans 'Partition maintenance' %} {{ show_mysql_docu('partitioning_maintenance') }}
{% for value, description in partitions_choices %}
{% endfor %}
{% endif %} {% if foreigners is not empty %}
{% trans 'Check referential integrity' %}
{% endif %}