if (!$_POST) {
$row = array(
"Engine" => $_COOKIE["adminer_engine"],
- "fields" => array(array("field" => "", "type" => (isset($types["int"]) ? "int" : (isset($types["integer"]) ? "integer" : "")))),
+ "fields" => array(array("field" => "", "type" => (isset($types["int"]) ? "int" : (isset($types["integer"]) ? "integer" : "")), "on_update" => "")),
"partition_names" => array(""),
);
Fully support functions in default values
Stop redirecting links via adminer.org
Support X-Forwarded-Prefix
+Display options for timestamp columns when creating a new table
MySQL, PostgreSQL: Display warnings
MariaDB: Support JSON since MariaDB 10.2
PostgreSQL: Support functions