mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
20 lines
451 B
YAML
20 lines
451 B
YAML
Chill\EventBundle\Entity\Status:
|
|
type: entity
|
|
table: chill_event_status
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
label:
|
|
type: json_array
|
|
active:
|
|
type: boolean
|
|
manyToOne:
|
|
type:
|
|
targetEntity: Chill\EventBundle\Entity\EventType
|
|
inversedBy: statuses
|
|
lifecycleCallbacks: { }
|