X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ec04cc00cccd3a304280a444be93bc37dd4946ca..93e20ff57f7a16552148e7c94db7157560ffde2b:/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