Doctrine\DBAL\Platforms\SQLServerPlatform::getGuidTypeDeclarationSQL PHP Méthode

getGuidTypeDeclarationSQL() public méthode

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