We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77419e5 commit cf11fcdCopy full SHA for cf11fcd
src/Tqdev/PhpCrudApi/Database/GenericDefinition.php
@@ -70,8 +70,6 @@ private function getColumnAutoIncrement(ReflectedColumn $column, bool $update):
70
return $column->getPk() ? ' AUTO_INCREMENT' : '';
71
case 'pgsql':
72
return '';
73
- case 'sqlsrv':
74
- return ($column->getPk() && !$update) ? ' IDENTITY(1,1)' : '';
75
}
76
77
0 commit comments