Closes#3 : cfData is declared as array in config/doctrine/Person.orm.yml

This commit is contained in:
Marc Ducobu
2016-08-18 15:06:18 +02:00
parent ce7c149c35
commit db311eee3c
2 changed files with 50 additions and 2 deletions

View File

@@ -32,12 +32,12 @@ Chill\PersonBundle\Entity\Person:
type: text
default: ''
email:
type: text
type: text
proxyAccompanyingPeriodOpenState:
type: boolean
name: proxy_open
cFData:
type: array
type: json_array
phonenumber:
type: text
nullable: true