chill-bundles/Resources/config/doctrine/ActivityReasonCategory.orm.yml
2015-07-01 09:53:36 +02:00

17 lines
353 B
YAML

Chill\ActivityBundle\Entity\ActivityReasonCategory:
type: entity
table: null
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
label:
type: string
length: 255
active:
type: boolean
lifecycleCallbacks: { }