X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/93e20ff57f7a16552148e7c94db7157560ffde2b..85ef482b73d65d8c60d7091b79db19da39dcb594:/Resources/config/doctrine/Snippet.orm.yml?ds=inline

diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml
index d37862a..2333e9a 100644
--- a/Resources/config/doctrine/Snippet.orm.yml
+++ b/Resources/config/doctrine/Snippet.orm.yml
@@ -27,6 +27,9 @@ Rapsys\AirBundle\Entity\Snippet:
             nullable: true
             options:
                 unsigned: true
+        hat:
+            type: boolean
+            nullable: true
         contact:
             type: string
             length: 254