mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
16 lines
332 B
YAML
16 lines
332 B
YAML
Chill\ActivityBundle\Entity\ActivityReasonCategory:
|
|
type: entity
|
|
table: null
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
name:
|
|
type: json_array
|
|
active:
|
|
type: boolean
|
|
lifecycleCallbacks: { }
|