From: Jakub Vrana Date: Thu, 6 Mar 2025 17:36:26 +0000 (+0100) Subject: Add comment X-Git-Tag: v5.0.0~15 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=bd27ca0b2b7bc185a16c6c70c5eadaa4615b3de9;p=adminer.git Add comment --- diff --git a/adminer/drivers/mysql.inc.php b/adminer/drivers/mysql.inc.php index e4d90d41..c48a317d 100644 --- a/adminer/drivers/mysql.inc.php +++ b/adminer/drivers/mysql.inc.php @@ -591,7 +591,7 @@ if (!defined('Adminer\DRIVER')) { /** Get information about fields * @param string - * @return array [$name => ["field" => , "full_type" => , "type" => , "length" => , "unsigned" => , "default" => , "null" => , "auto_increment" => , "on_update" => , "collation" => , "privileges" => , "comment" => , "primary" => ]] + * @return array [$name => ["field" => , "full_type" => , "type" => , "length" => , "unsigned" => , "default" => , "null" => , "auto_increment" => , "on_update" => , "collation" => , "privileges" => , "comment" => , "primary" => , "generated" => ]] */ function fields($table) { $return = array();