return true;
}
- function recreate_table($table, $name, $fields, $originals, $foreign, $auto_increment, $indexes = array()) {
+ function recreate_table($table, $name, $fields, $originals, $foreign, $auto_increment = 0, $indexes = array()) {
global $connection;
if ($table != "") {
if (!$fields) {
Adminer 4.16.0-dev:
MySQL: Fix saving bit(64) values (bug #839)
PostgreSQL: Preserve whitespace in EXPLAIN (bug #827)
+SQLite: Fix altering forign keys (bug #841)
MS SQL: Foreign keys in non-default schema (bug #833)
Oracle: Include tables granted by other user
MongoDB: Execute commands against the selected DB