X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/171c75768bcff78173c75d37b8a335ec687654b3..7bd5dff399fc53ee52f78a410168916abca32447:/Resources/config/doctrine/Group.orm.yml diff --git a/Resources/config/doctrine/Group.orm.yml b/Resources/config/doctrine/Group.orm.yml index 6dfe856..d05124f 100644 --- a/Resources/config/doctrine/Group.orm.yml +++ b/Resources/config/doctrine/Group.orm.yml @@ -1,5 +1,6 @@ Rapsys\UserBundle\Entity\Group: type: mappedSuperclass +# table: groups id: id: type: integer @@ -8,9 +9,9 @@ Rapsys\UserBundle\Entity\Group: options: unsigned: true fields: - role: + title: type: string - length: 20 + length: 16 created: type: datetime updated: @@ -19,3 +20,5 @@ Rapsys\UserBundle\Entity\Group: # users: # targetEntity: User # mappedBy: groups + lifecycleCallbacks: + preUpdate: ['preUpdate']