bug #1389165, shows all columns as Null Yes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user