Commit 41ae4da0 authored by Valeriy Pravoslavnyy's avatar Valeriy Pravoslavnyy

Update SQLServer2008Platform.php

datetimeoffset(6) to DATETIMEOFFSET(6)
parent 648b1d5b
......@@ -58,7 +58,7 @@ class SQLServer2008Platform extends SQLServer2005Platform
*/
public function getDateTimeTzTypeDeclarationSQL(array $fieldDeclaration)
{
return 'datetimeoffset(6)';
return 'DATETIMEOFFSET(6)';
}
/**
......
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