mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
22 lines
508 B
YAML
22 lines
508 B
YAML
Chill\PersonBundle\Entity\PersonAltName:
|
|
type: entity
|
|
table: chill_person_alt_name
|
|
repositoryClass: Chill\PersonBundle\Repository\PersonAltNameRepository
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
key:
|
|
type: string
|
|
length: 255
|
|
label:
|
|
type: text
|
|
|
|
manyToOne:
|
|
person:
|
|
targetEntity: Person
|
|
inversedBy: altNames
|