Add Country

This commit is contained in:
2013-10-26 13:19:42 +02:00
parent 40a2e40a90
commit 7e0139a8c0
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: { }