mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 15:54:23 +00:00
26 lines
682 B
YAML
26 lines
682 B
YAML
Chill\PersonBundle\Entity\AccompanyingPeriod:
|
|
table: chill_person_accompanying_period
|
|
type: entity
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator: { strategy: AUTO }
|
|
fields:
|
|
openingDate:
|
|
type: date
|
|
closingDate:
|
|
type: date
|
|
default: null
|
|
nullable: true
|
|
remark:
|
|
type: text
|
|
manyToOne:
|
|
person:
|
|
targetEntity: Person
|
|
inversedBy: accompanyingPeriods
|
|
cascade: [refresh]
|
|
closingMotive:
|
|
targetEntity: Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive
|
|
nullable: true
|