mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Move types to Driver
This commit is contained in:
@@ -24,6 +24,7 @@ if (!$row) {
|
||||
<p>
|
||||
<?php
|
||||
if ($TYPE != "") {
|
||||
$types = $driver->types();
|
||||
$enums = type_values($types[$TYPE]);
|
||||
if ($enums) {
|
||||
echo "<code class='jush-$jush'>ENUM (" . h($enums) . ")</code>\n<p>";
|
||||
|
Reference in New Issue
Block a user