X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/bab59a4b88a081a7a27a53b4559d74e63b68db92..a1bf95f93f8b4954704f82283e09608b8201396c:/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']