person: correct migration + entity

This commit is contained in:
nobohan
2021-06-17 11:12:40 +02:00
parent 951160982d
commit 901ae47ce6
2 changed files with 2 additions and 2 deletions

View File

@@ -293,7 +293,7 @@ class Person implements HasCenterInterface
* Number of children
* @var int
*
* @ORM\Column(type="integer", options={"default" : 0})
* @ORM\Column(type="integer", nullable=true)
*/
private $numberOfChildren;