X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9fb10550fdb3dadf8dd5d6b2751c2d7c5e5e3f82..482ab71a0645608ec3f2e1d05b4b2dc436d9a9ad:/Resources/config/doctrine/Snippet.orm.yml diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml index 85253f3..d37862a 100644 --- a/Resources/config/doctrine/Snippet.orm.yml +++ b/Resources/config/doctrine/Snippet.orm.yml @@ -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