mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
The LoadCountries Data fixtures are also updated. Both Command and DataFixtures/ORM/LoadCountries use the same static function. [ci skip]
16 lines
331 B
YAML
16 lines
331 B
YAML
Chill\MainBundle\Entity\Country:
|
|
type: entity
|
|
table: null
|
|
fields:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
name:
|
|
type: json_array
|
|
countryCode:
|
|
type: string
|
|
length: 3
|
|
lifecycleCallbacks: { }
|