Commit d8e8054e authored by Steve Müller's avatar Steve Müller

fix SQLServerPlatform GUID expression

parent 19269218
...@@ -468,7 +468,7 @@ class SQLServerPlatform extends AbstractPlatform ...@@ -468,7 +468,7 @@ class SQLServerPlatform extends AbstractPlatform
*/ */
public function getGuidExpression() public function getGuidExpression()
{ {
return 'UUID()'; return 'NEWID()';
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment