Skip to content

Commit 4eb6faf

Browse files
committed
fix mssql tests
1 parent cf11fcd commit 4eb6faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tqdev/PhpCrudApi/Database/GenericDefinition.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ private function getColumnAutoIncrement(ReflectedColumn $column, bool $update):
6969
case 'mysql':
7070
return $column->getPk() ? ' AUTO_INCREMENT' : '';
7171
case 'pgsql':
72+
case 'sqlsrv':
7273
return '';
7374
}
7475
}

0 commit comments

Comments
 (0)