chill-bundles/Resources/config/doctrine/MaritalStatus.orm.yml

12 lines
248 B
YAML

Chill\PersonBundle\Entity\MaritalStatus:
table: chill_person_marital_status
type: entity
id:
id:
type: string
length: 7
fields:
name:
type: json_array
lifecycleCallbacks: { }