From: Raphaƫl Gertz Date: Wed, 28 Jul 2021 07:19:03 +0000 (+0200) Subject: Switch to full locales X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/fae5e6681bd4519503f33a2ab8bfb4674d3301d0 Switch to full locales Add short, rate and nullable description --- 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