X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/2ef0c16b8202ff4e360b7dc31fc3e24336303bd5..858d97d405fff8d374dbd8b92a924ced12c8d60e:/Resources/config/doctrine/Snippet.orm.yml diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml index 85253f3..19db349 100644 --- a/Resources/config/doctrine/Snippet.orm.yml +++ b/Resources/config/doctrine/Snippet.orm.yml @@ -12,12 +12,26 @@ 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 + options: + default: true contact: type: string length: 254