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

getBlobTypeDeclarationSQL() public method

{@inheritDoc}
public getBlobTypeDeclarationSQL ( array $field )
$field array
    public function getBlobTypeDeclarationSQL(array $field)
    {
        return 'VARBINARY(MAX)';
    }
SQLServerPlatform