]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/Snippet.orm.yml
Switch to full locales
[airbundle] / Resources / config / doctrine / Snippet.orm.yml
index 4b172d65073fdbf91545a1ccffcf147be0154d2a..d37862a253c2838ab3053dc7f2fe9038ce81f85c 100644 (file)
@@ -12,12 +12,21 @@ 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
         contact:
             type: string
             length: 254
@@ -52,3 +61,5 @@ Rapsys\AirBundle\Entity\Snippet:
     uniqueConstraints:
         locale_location_user:
             columns: [ locale, location_id, user_id ]
+    lifecycleCallbacks:
+        preUpdate: ['preUpdate']