X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/93e20ff57f7a16552148e7c94db7157560ffde2b..3bb9a2dd31162409770dce4457397c6ea5b8dad1:/Resources/config/doctrine/Snippet.orm.yml diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml index d37862a..19db349 100644 --- a/Resources/config/doctrine/Snippet.orm.yml +++ b/Resources/config/doctrine/Snippet.orm.yml @@ -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