mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
24 lines
637 B
YAML
24 lines
637 B
YAML
Chill\ReportBundle\Entity\Report:
|
|
type: entity
|
|
table: null
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
date:
|
|
type: datetime
|
|
cFData:
|
|
type: json_array
|
|
manyToOne:
|
|
user:
|
|
targetEntity: Chill\MainBundle\Entity\User
|
|
person:
|
|
targetEntity: Chill\PersonBundle\Entity\Person
|
|
scope:
|
|
targetEntity: Chill\MainBundle\Entity\Scope
|
|
cFGroup:
|
|
targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup
|
|
lifecycleCallbacks: { } |