X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9fb10550fdb3dadf8dd5d6b2751c2d7c5e5e3f82..24c1566e22b2ae6a0840f950748c57a1aa1d3320:/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