mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Adding Report Entity
This commit is contained in:
25
Resources/config/doctrine/report.orm.yml
Normal file
25
Resources/config/doctrine/report.orm.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
Chill\ReportBundle\Entity\Report:
|
||||
type: entity
|
||||
table: null
|
||||
id:
|
||||
id:
|
||||
type: integer
|
||||
id: true
|
||||
generator:
|
||||
strategy: AUTO
|
||||
fields:
|
||||
date:
|
||||
type: datetime
|
||||
scope:
|
||||
type: string
|
||||
length: 255
|
||||
cFData:
|
||||
type: json_array
|
||||
manyToOne:
|
||||
user:
|
||||
targetEntity: Chill\MainBundle\Entity\User
|
||||
person:
|
||||
targetEntity: Chill\MainBundle\Entity\Person
|
||||
cFGroup:
|
||||
targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup
|
||||
lifecycleCallbacks: { }
|
Reference in New Issue
Block a user