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: { }