Selaa lähdekoodia

CMTS Model update

Guillermo Espinoza 7 vuotta sitten
vanhempi
commit
8fc7741688
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
      */