bug #1389165, shows all columns as Null Yes

This commit is contained in:
Marc Delisle
2006-01-06 18:20:04 +00:00
parent 27cbdefa1b
commit c16ac8b3c7

View File

@@ -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'] = '<i>NULL</i>';
}
} else {