@@ -41,7 +41,7 @@ |
||
41 | 41 | |
42 | 42 | private function handleInteger(array $field, Column $column, Collection $indexes): array |
43 | 43 | { |
44 | - if (($column->getUnsigned()||Config::get('database.default')=="sqlsrv") && $column->getAutoincrement()) { |
|
44 | + if (($column->getUnsigned() || Config::get('database.default') == "sqlsrv") && $column->getAutoincrement()) { |
|
45 | 45 | if ($field['type'] === 'integer') { |
46 | 46 | $field['type'] = ColumnType::INCREMENTS; |
47 | 47 | } else { |