diff --git a/src/ClassCodeBundle/Entity/People.php b/src/ClassCodeBundle/Entity/People.php index c1a482a52bc3f19bed29a43fb0c7ca8622a7cbed..1dd6cbd460b1038e2864dd9ba5d8a0e12f15a237 100644 --- a/src/ClassCodeBundle/Entity/People.php +++ b/src/ClassCodeBundle/Entity/People.php @@ -162,7 +162,7 @@ class People /** * @var string $street * - * @ORM\Column(name="street", type="string", length=255,nullable=true) + * @ORM\Column(name="street", type="text",nullable=true) * */ private $street;