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 cf11fcd commit 4eb6fafCopy full SHA for 4eb6faf
src/Tqdev/PhpCrudApi/Database/GenericDefinition.php
@@ -69,6 +69,7 @@ private function getColumnAutoIncrement(ReflectedColumn $column, bool $update):
69
case 'mysql':
70
return $column->getPk() ? ' AUTO_INCREMENT' : '';
71
case 'pgsql':
72
+ case 'sqlsrv':
73
return '';
74
}
75
0 commit comments