diff --git a/tbl_printview.php b/tbl_printview.php index f7f20ad88..8e3f1b984 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -198,7 +198,7 @@ foreach ($the_tables AS $key => $table) { $strAttribute = 'UNSIGNED ZEROFILL'; } if (!isset($row['Default'])) { - if ($row['Null'] != '') { + if ($row['Null'] != '' && $row['Null'] != 'NO') { $row['Default'] = 'NULL'; } } else {