瀏覽代碼

Tag: le nom doit être unique: ajout dans @ORM\Column

bastien 13 年之前
父節點
當前提交
3fc54479d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Muzich/CoreBundle/Entity/Tag.php

+ 1 - 1
src/Muzich/CoreBundle/Entity/Tag.php 查看文件

51
   /**
51
   /**
52
    * Nom du tag
52
    * Nom du tag
53
    * 
53
    * 
54
-   * @ORM\Column(type="string", length=64)
54
+   * @ORM\Column(type="string", length=64, unique=true)
55
    * @var type string
55
    * @var type string
56
    */
56
    */
57
   protected $name;
57
   protected $name;