mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
SimpleDB: Allow cloning
This commit is contained in:
@@ -109,7 +109,7 @@ if (!support("table") && !$fields) {
|
||||
if (!$where) {
|
||||
$row[$key] = null;
|
||||
}
|
||||
$fields[$key] = array("field" => $key, "null" => ($key != "itemName()"));
|
||||
$fields[$key] = array("field" => $key, "null" => ($key != "itemName()"), "auto_increment" => ($key == "itemName()"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user