Add Country

This commit is contained in:
2013-10-26 13:19:42 +02:00
parent 36e8cfe171
commit 062d2c0ef3
3 changed files with 333 additions and 0 deletions

View 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: { }