Doctrine\DBAL\Platforms\SQLServerPlatform::getGuidTypeDeclarationSQL PHP Method

getGuidTypeDeclarationSQL() public method

{@inheritDoc}
public getGuidTypeDeclarationSQL ( array $field )
$field array
    public function getGuidTypeDeclarationSQL(array $field)
    {
        return 'UNIQUEIDENTIFIER';
    }
SQLServerPlatform