mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
19 lines
470 B
YAML
19 lines
470 B
YAML
Chill\CustomFieldsBundle\Entity\CustomFieldsGroup:
|
|
type: entity
|
|
table: null
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
name:
|
|
type: json_array
|
|
entity:
|
|
type: string
|
|
length: 255
|
|
oneToMany:
|
|
customFields:
|
|
targetEntity: Chill\CustomFieldsBundle\Entity\CustomField
|
|
mappedBy: customFieldGroup |