mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 08:44:24 +00:00
15 lines
298 B
YAML
15 lines
298 B
YAML
Chill\CustomFieldsBundle\Entity\Adress:
|
|
type: entity
|
|
table: null
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
data:
|
|
type: string
|
|
length: 255
|
|
lifecycleCallbacks: { }
|