@@ -1076,7 +1076,7 @@ |
||
| 1076 | 1076 | function getColumnNames($tableName) |
| 1077 | 1077 | { |
| 1078 | 1078 | $colNames = array(); |
| 1079 | - foreach($this->tableColumnTypes[$tableName] as $colName => $colType) { |
|
| 1079 | + foreach ($this->tableColumnTypes[$tableName] as $colName => $colType) { |
|
| 1080 | 1080 | if ($colType['is_virtual']) { |
| 1081 | 1081 | $this->dumpSettings['complete-insert'] = true; |
| 1082 | 1082 | continue; |