Proper indentation for a comment
This commit is contained in:
parent
5e84b98eec
commit
7aea1ee279
@ -219,8 +219,8 @@ for ($i = 0; $i < $num_fields; $i++) {
|
||||
if ($row['Null'] == 'YES') {
|
||||
$row['DefaultType'] = 'NULL';
|
||||
$row['DefaultValue'] = '';
|
||||
// SHOW FULL COLUMNS does not report the case when there is a DEFAULT value
|
||||
// which is empty so we need to use the results of SHOW CREATE TABLE
|
||||
// SHOW FULL COLUMNS does not report the case when there is a DEFAULT value
|
||||
// which is empty so we need to use the results of SHOW CREATE TABLE
|
||||
} elseif (isset($row)
|
||||
&& isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['default_value'])
|
||||
) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user