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:
17
Resources/config/doctrine/RoleScope.orm.yml
Normal file
17
Resources/config/doctrine/RoleScope.orm.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user