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();