mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Non-MySQL: Better field types in SQL command
This commit is contained in:
@@ -112,7 +112,7 @@ if (isset($_GET["mongo"])) {
|
||||
$name = $keys[$this->offset++];
|
||||
return (object) array(
|
||||
'name' => $name,
|
||||
'type' => 0,
|
||||
'type' => 15,
|
||||
'charsetnr' => $this->charset[$name],
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user