Browse Source

CMTS Model update

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
8fc7741688
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
      */