Add nullable: true to default phonenumber

this caused a NOT NULL error on postgresql

[ci skip] refs #320
This commit is contained in:
Julien Fastré 2014-11-19 00:26:32 +01:00
parent 4c2a3c3624
commit d736a9a1f9

View File

@ -37,7 +37,8 @@ Chill\PersonBundle\Entity\Person:
cFData: cFData:
type: array type: array
phonenumber: phonenumber:
type:text type: text
nullable: true
manyToOne: manyToOne:
countryOfBirth: countryOfBirth:
targetEntity: Chill\MainBundle\Entity\Country targetEntity: Chill\MainBundle\Entity\Country