]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/Snippet.orm.yml
Move hat default value in entity
[airbundle] / Resources / config / doctrine / Snippet.orm.yml
index 85253f3232a182c8d28cc598ae9e96f208d051c7..2333e9aea829cca08944e9ea70d4c4e8fd23ef8f 100644 (file)
@@ -12,12 +12,24 @@ Rapsys\AirBundle\Entity\Snippet:
     fields:
         locale:
             type: string
-            length: 2
+            length: 5
         description:
             type: text
+            nullable: true
         class:
             type: text
             nullable: true
+        short:
+            type: text
+            nullable: true
+        rate:
+            type: integer
+            nullable: true
+            options:
+                unsigned: true
+        hat:
+            type: boolean
+            nullable: true
         contact:
             type: string
             length: 254