]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/Snippet.orm.yml
Add snippet hat field
[airbundle] / Resources / config / doctrine / Snippet.orm.yml
index d37862a253c2838ab3053dc7f2fe9038ce81f85c..19db3499881f03d2f842498f65757a590ded9b1e 100644 (file)
@@ -27,6 +27,11 @@ Rapsys\AirBundle\Entity\Snippet:
             nullable: true
             options:
                 unsigned: true
+        hat:
+            type: boolean
+            nullable: true
+            options:
+                default: true
         contact:
             type: string
             length: 254