mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
25 lines
630 B
YAML
25 lines
630 B
YAML
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\PersonBundle\Entity\Person
|
|
cFGroup:
|
|
targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup
|
|
lifecycleCallbacks: { } |