X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9fb10550fdb3dadf8dd5d6b2751c2d7c5e5e3f82..d9d15337d88f4ca34c2e419f7782f750540fccb6:/Resources/config/doctrine/Snippet.orm.yml

diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml
index 85253f3..2333e9a 100644
--- a/Resources/config/doctrine/Snippet.orm.yml
+++ b/Resources/config/doctrine/Snippet.orm.yml
@@ -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