mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
25 lines
722 B
YAML
25 lines
722 B
YAML
Chill\EventBundle\Entity\Participation:
|
|
type: entity
|
|
table: chill_event_participation
|
|
repositoryClass: Chill\EventBundle\Repository\ParticipationRepository
|
|
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: { }
|