mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
14 lines
287 B
YAML
14 lines
287 B
YAML
CL\Chill\MainBundle\Entity\Country:
|
|
type: entity
|
|
table: null
|
|
fields:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
label:
|
|
type: string
|
|
length: 255
|
|
lifecycleCallbacks: { }
|