Adding Report Entity

This commit is contained in:
Marc Ducobu
2014-11-07 16:34:09 +01:00
parent a911c7aeae
commit 8d4ad512bd
8 changed files with 547 additions and 17 deletions

View 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: { }