mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 18:24:23 +00:00
27 lines
784 B
YAML
27 lines
784 B
YAML
Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive:
|
|
table: chill_person_closingmotive
|
|
type: entity
|
|
repositoryClass: Chill\PersonBundle\Repository\ClosingMotiveRepository
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator: { strategy: AUTO }
|
|
fields:
|
|
name:
|
|
type: json_array
|
|
active:
|
|
type: boolean
|
|
ordering:
|
|
type: float
|
|
options:
|
|
default: 0.0
|
|
oneToMany:
|
|
children:
|
|
targetEntity: Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive
|
|
mappedBy: parent
|
|
manyToOne:
|
|
parent:
|
|
targetEntity: Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive
|
|
inversedBy: children
|