mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
372 B
YAML
16 lines
372 B
YAML
Chill\MainBundle\Entity\PermissionGroup:
|
|
type: entity
|
|
table: permission_groups
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
name:
|
|
type: json_array
|
|
manyToMany:
|
|
roleScopes:
|
|
targetEntity: Chill\MainBundle\Entity\RoleScope
|
|
|