mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
28 lines
710 B
YAML
28 lines
710 B
YAML
Chill\EventBundle\Entity\Event:
|
|
type: entity
|
|
table: chill_event_event
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
label:
|
|
type: string
|
|
length: '150'
|
|
date:
|
|
type: date
|
|
oneToMany:
|
|
participations:
|
|
targetEntity: Chill\EventBundle\Entity\Participation
|
|
mappedBy: event
|
|
manyToOne:
|
|
center:
|
|
targetEntity: Chill\MainBundle\Entity\Center
|
|
type:
|
|
targetEntity: Chill\EventBundle\Entity\EventType
|
|
circle:
|
|
targetEntity: Chill\MainBundle\Entity\Scope
|
|
lifecycleCallbacks: { }
|