Przeglądaj źródła

CMTS Model update

Guillermo Espinoza 7 lat temu
rodzic
commit
8fc7741688
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/CablemodemBundle/Entity/CMTSModel.php

+ 1 - 1
src/CablemodemBundle/Entity/CMTSModel.php

@@ -26,7 +26,7 @@ class CMTSModel
     protected $id;
 
     /**
-     * @ORM\Column(type="string", length=100)
+     * @ORM\Column(type="string", length=100, unique=true)
      * 
      * @Assert\NotNull
      */