chill-bundles/Resources/config/doctrine/MaritalStatus.orm.yml
2015-08-12 15:52:17 +02:00

11 lines
234 B
YAML

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