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