X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/4c657fdc23c3211473e084a8ddc2c165fb6ac4ce..9e393571b201ae19db89b1120ad8596567bed53f:/Resources/config/doctrine/Snippet.orm.yml diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml index a6e9165..4b172d6 100644 --- a/Resources/config/doctrine/Snippet.orm.yml +++ b/Resources/config/doctrine/Snippet.orm.yml @@ -15,6 +15,25 @@ Rapsys\AirBundle\Entity\Snippet: length: 2 description: type: text + class: + type: text + nullable: true + contact: + type: string + length: 254 + nullable: true + donate: + type: string + length: 254 + nullable: true + link: + type: string + length: 254 + nullable: true + profile: + type: string + length: 254 + nullable: true created: type: datetime updated: