mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 00:04:26 +00:00
24 lines
648 B
YAML
24 lines
648 B
YAML
Chill\EventBundle\Entity\Participation:
|
|
type: entity
|
|
table: chill_event_participation
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
lastUpdate:
|
|
type: datetime
|
|
manyToOne:
|
|
event:
|
|
targetEntity: Chill\EventBundle\Entity\Event
|
|
inversedBy: participations
|
|
person:
|
|
targetEntity: Chill\PersonBundle\Entity\Person
|
|
role:
|
|
targetEntity: Chill\EventBundle\Entity\Role
|
|
status:
|
|
targetEntity: Chill\EventBundle\Entity\Status
|
|
lifecycleCallbacks: { }
|