mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
434 B
YAML
16 lines
434 B
YAML
Chill\MainBundle\Entity\GroupCenter:
|
|
type: entity
|
|
table: group_centers
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
manyToOne:
|
|
center:
|
|
targetEntity: Chill\MainBundle\Entity\Center
|
|
inversedBy: groupCenters
|
|
manyToMany:
|
|
permissionGroups:
|
|
targetEntity: Chill\MainBundle\Entity\PermissionsGroup |