16 lines
365 B
YAML

Chill\MainBundle\Entity\Scope:
type: entity
table: scopes
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
name:
type: json_array
oneToMany:
roleScopes:
targetEntity: Chill\MainBundle\Entity\RoleScope
mappedBy: scope