mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
24 lines
553 B
YAML
24 lines
553 B
YAML
Chill\CustomFieldsBundle\Entity\BlopEntity:
|
|
type: entity
|
|
table: blop_entity
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
field1:
|
|
type: string
|
|
length: 255
|
|
field2:
|
|
type: string
|
|
length: 255
|
|
customField:
|
|
type: json_array
|
|
manyToOne:
|
|
adress:
|
|
targetEntity: Chill\CustomFieldsBundle\Entity\Adress
|
|
cascade: [persist]
|
|
lifecycleCallbacks: { }
|