mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Add Country
This commit is contained in:
13
Resources/config/doctrine/Country.orm.yml
Normal file
13
Resources/config/doctrine/Country.orm.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
CL\Chill\MainBundle\Entity\Country:
|
||||
type: entity
|
||||
table: null
|
||||
fields:
|
||||
id:
|
||||
type: integer
|
||||
id: true
|
||||
generator:
|
||||
strategy: AUTO
|
||||
label:
|
||||
type: string
|
||||
length: 255
|
||||
lifecycleCallbacks: { }
|
Reference in New Issue
Block a user