@@ -118,7 +118,7 @@ |
||
118 | 118 | //if field need null |
119 | 119 | $singleField .= "\n\t\t\t'null' => " . (($field->Null == 'YES') ? 'true,' : 'false,'); |
120 | 120 | |
121 | - if(!is_null($field->Default) && (strpos($field->Default, 'current_timestamp()') === FALSE)) |
|
121 | + if (!is_null($field->Default) && (strpos($field->Default, 'current_timestamp()') === FALSE)) |
|
122 | 122 | $singleField .= "\n\t\t\t'default' => '$field->Default',"; |
123 | 123 | |
124 | 124 | //unsigned |