mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-08 15:54:59 +00:00
implements user-scope-role-scope first work
This commit is contained in:
12
Resources/config/doctrine/Center.orm.yml
Normal file
12
Resources/config/doctrine/Center.orm.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
Chill\MainBundle\Entity\Center:
|
||||
type: entity
|
||||
table: centers
|
||||
id:
|
||||
id:
|
||||
type: integer
|
||||
id: true
|
||||
generator:
|
||||
strategy: AUTO
|
||||
fields:
|
||||
name:
|
||||
type: json_array
|
Reference in New Issue
Block a user