X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/27e96ddbd6cf1016928c32dc0cb9d37a8ef0ba47..908eaf3a47f0e358088daa8200387eaf815336ea:/Resources/config/doctrine/Snippet.orm.yml diff --git a/Resources/config/doctrine/Snippet.orm.yml b/Resources/config/doctrine/Snippet.orm.yml index a6e9165..85253f3 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: @@ -33,3 +52,5 @@ Rapsys\AirBundle\Entity\Snippet: uniqueConstraints: locale_location_user: columns: [ locale, location_id, user_id ] + lifecycleCallbacks: + preUpdate: ['preUpdate']