diff --git a/pdf_schema.php b/pdf_schema.php index bbfa4a624..ea90ab5f0 100644 --- a/pdf_schema.php +++ b/pdf_schema.php @@ -1467,7 +1467,7 @@ function PMA_RT_DOC($alltables ){ $strAttribute = 'UNSIGNED ZEROFILL'; } if (!isset($row['Default'])) { - if ($row['Null'] != '') { + if ($row['Null'] != '' && $row['Null'] != 'NO') { $row['Default'] = 'NULL'; } }