mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-08 15:54:59 +00:00
Initialisation of the bundle
This commit is contained in:
19
Resources/config/doctrine/ActivityReason.orm.yml
Normal file
19
Resources/config/doctrine/ActivityReason.orm.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
Chill\ActivityBundle\Entity\ActivityReason:
|
||||
type: entity
|
||||
table: null
|
||||
id:
|
||||
id:
|
||||
type: integer
|
||||
id: true
|
||||
generator:
|
||||
strategy: AUTO
|
||||
fields:
|
||||
label:
|
||||
type: string
|
||||
length: 255
|
||||
active:
|
||||
type: boolean
|
||||
manyToOne:
|
||||
category:
|
||||
targetEntity: Chill\ActivityBundle\Entity\ActivityReasonCategory
|
||||
lifecycleCallbacks: { }
|
Reference in New Issue
Block a user