mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
implements user-scope-role-scope first work
This commit is contained in:
16
Resources/config/doctrine/Scope.orm.yml
Normal file
16
Resources/config/doctrine/Scope.orm.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
Chill\MainBundle\Entity\Scope:
|
||||
type: entity
|
||||
table: scopes
|
||||
id:
|
||||
id:
|
||||
type: integer
|
||||
id: true
|
||||
generator:
|
||||
strategy: AUTO
|
||||
fields:
|
||||
name:
|
||||
type: json_array
|
||||
manyToOne:
|
||||
roleScopes:
|
||||
targetEntity: Chill\MainBundle\Entity\RoleScope
|
||||
inversedBy: scope
|
Reference in New Issue
Block a user