mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
17 lines
390 B
YAML
17 lines
390 B
YAML
Chill\MainBundle\Entity\RoleScope:
|
|
type: entity
|
|
table: role_scopes
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
role:
|
|
type: string
|
|
length: 255
|
|
oneToMany:
|
|
scope:
|
|
targetEntity: Chill\MainBundle\Entity\Scope
|
|
mappedBy: roleScopes |