Doctrine\DBAL\Platforms\SQLServerPlatform::getGuidTypeDeclarationSQL PHP Метод

getGuidTypeDeclarationSQL() публичный Метод

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