瀏覽代碼

CMTS Model update

Guillermo Espinoza 7 年之前
父節點
當前提交
8fc7741688
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
      */