diff --git a/views/entity.views.inc b/views/entity.views.inc
index aef255a..82f9345 100644
--- a/views/entity.views.inc
+++ b/views/entity.views.inc
@@ -148,7 +148,7 @@ class EntityDefaultViewsController {
       $label_lowercase = drupal_strtolower($this->info['label'][0]) . drupal_substr($this->info['label'], 1);
       $property_label_lowercase = drupal_strtolower($property_info['label'][0]) . drupal_substr($property_info['label'], 1);
 
-      $this->relationships[$info['base table']][$this->info['base table']] = array(
+      $this->relationships[$info['base table']][$this->info['base table'] . '_' . $views_field_name] = array(
         'title' => $this->info['label'],
         'help' => t("Associated @label via the @label's @property.", array('@label' => $label_lowercase, '@property' => $property_label_lowercase)),
         'relationship' => array(
