bug #1389165, shows all columns as Null Yes
This commit is contained in:
@@ -216,7 +216,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
||||
$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