mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
19 lines
404 B
YAML
19 lines
404 B
YAML
Chill\MainBundle\Entity\Country:
|
|
type: entity
|
|
table: null
|
|
cache:
|
|
usage: READ_ONLY
|
|
region: country_cache_region
|
|
fields:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
name:
|
|
type: json_array
|
|
countryCode:
|
|
type: string
|
|
length: 3
|
|
lifecycleCallbacks: { }
|