source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["action"] ?? null), "html", null, true); echo "\" class=\""; // line 2 echo (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) ? ("create_table") : ("append_fields")); // line 3 echo "_form ajax lock-page\"> "; // line 4 echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); echo " "; // line 6 echo " "; // line 7 echo " "; // line 8 echo " env, ($context["primary_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["unique_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["fulltext_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["spatial_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> "; // line 19 if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { // line 20 echo "
"; echo _gettext("Table name"); // line 23 echo ": env, ($context["table"] ?? null), "html", null, true))) : (print (""))); echo "\" class=\"textfield\" autofocus required> "; echo _gettext("Add"); // line 33 echo " "; echo _gettext("column(s)"); // line 41 echo "
"; } // line 49 echo " "; if (twig_test_iterable(($context["content_cells"] ?? null))) { // line 50 echo " "; $this->loadTemplate("columns_definitions/table_fields_definitions.twig", "columns_definitions/column_definitions_form.twig", 50)->display(twig_to_array(["is_backup" => // line 51 ($context["is_backup"] ?? null), "fields_meta" => // line 52 ($context["fields_meta"] ?? null), "relation_parameters" => // line 53 ($context["relation_parameters"] ?? null), "content_cells" => // line 54 ($context["content_cells"] ?? null), "change_column" => // line 55 ($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 56 ($context["is_virtual_columns_supported"] ?? null), "server_version" => // line 57 ($context["server_version"] ?? null), "browse_mime" => // line 58 ($context["browse_mime"] ?? null), "supports_stored_keyword" => // line 59 ($context["supports_stored_keyword"] ?? null), "max_rows" => // line 60 ($context["max_rows"] ?? null), "char_editing" => // line 61 ($context["char_editing"] ?? null), "attribute_types" => // line 62 ($context["attribute_types"] ?? null), "privs_available" => // line 63 ($context["privs_available"] ?? null), "max_length" => // line 64 ($context["max_length"] ?? null), "charsets" => // line 65 ($context["charsets"] ?? null)])); // line 67 echo " "; } // line 68 echo " "; if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { // line 69 echo "
"; // line 133 if (($context["have_partitioning"] ?? null)) { // line 134 echo " "; } // line 149 echo "
"; echo _gettext("Table comments:"); // line 72 echo "   "; echo _gettext("Collation:"); // line 74 echo "   "; echo _gettext("Storage Engine:"); // line 78 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::show("Storage_engines"); echo "   "; echo _gettext("Connection:"); // line 83 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::show("federated-create-connection"); echo "
env, ($context["comment"] ?? null), "html", null, true))) : (print (""))); echo "\" class=\"textfield\">       env, ($context["connection"] ?? null), "html", null, true))) : (print (""))); echo "\" placeholder=\"scheme://user_name[:password]@host_name[:port_num]/db_name/tbl_name\" class=\"textfield\" required=\"required\">
"; echo _gettext("PARTITION definition:"); // line 137 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::show("Partitioning"); echo "
"; // line 142 $this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 142)->display(twig_to_array(["partition_details" => // line 143 ($context["partition_details"] ?? null), "storage_engines" => // line 144 ($context["storage_engines"] ?? null)])); // line 146 echo "
"; } // line 152 echo "
"; // line 153 if (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/add-field")) || (($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/structure/save")))) { // line 154 echo " "; echo _pgettext("Online transaction part of the SQL DDL for InnoDB", "Online transaction"); echo PhpMyAdmin\Html\MySQLDocumentation::show("innodb-online-ddl"); echo " "; } // line 156 echo "
"; // line 163 if (($context["is_integers_length_restricted"] ?? null)) { // line 164 echo "
"; // line 165 echo PhpMyAdmin\Html\Generator::getImage("s_notice"); echo " "; echo _gettext("The column width of integer types is ignored in your MySQL version unless defining a TINYINT(1) column"); // line 167 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::show("", false, "https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html"); echo "
"; } // line 170 echo "
"; echo _gettext("Loading"); // line 175 echo "
"; // line 188 echo twig_include($this->env, $context, "modals/enum_set_editor.twig"); echo " "; } public function getTemplateName() { return "columns_definitions/column_definitions_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 394 => 188, 386 => 181, 378 => 176, 374 => 175, 366 => 170, 359 => 167, 354 => 165, 351 => 164, 349 => 163, 344 => 160, 338 => 157, 334 => 156, 327 => 154, 325 => 153, 322 => 152, 317 => 149, 312 => 146, 310 => 144, 309 => 143, 308 => 142, 299 => 137, 294 => 134, 292 => 133, 283 => 127, 274 => 120, 267 => 118, 265 => 117, 262 => 116, 253 => 115, 249 => 114, 246 => 113, 239 => 109, 232 => 107, 225 => 105, 223 => 104, 220 => 103, 214 => 102, 210 => 101, 203 => 100, 199 => 99, 189 => 92, 176 => 83, 167 => 78, 161 => 74, 156 => 72, 150 => 69, 147 => 68, 144 => 67, 142 => 65, 141 => 64, 140 => 63, 139 => 62, 138 => 61, 137 => 60, 136 => 59, 135 => 58, 134 => 57, 133 => 56, 132 => 55, 131 => 54, 130 => 53, 129 => 52, 128 => 51, 126 => 50, 123 => 49, 115 => 43, 110 => 41, 100 => 33, 92 => 28, 85 => 23, 79 => 20, 77 => 19, 72 => 17, 68 => 15, 64 => 13, 60 => 11, 56 => 9, 54 => 8, 52 => 7, 50 => 6, 46 => 4, 43 => 3, 41 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "columns_definitions/column_definitions_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_definitions_form.twig"); } }