diff --git a/src/ClassCodeBundle/Entity/People.php b/src/ClassCodeBundle/Entity/People.php index 3f9ecf0945c1b4aed2133fe07779eaf06f60d8b6..32292d02d77e06368a684a34513583d6ec9fcfca 100644 --- a/src/ClassCodeBundle/Entity/People.php +++ b/src/ClassCodeBundle/Entity/People.php @@ -69,7 +69,7 @@ class People /** * @var string $avatarImg * - * @ORM\Column(name="avatarImg", type="string", length=255,nullable=true) + * @ORM\Column(name="avatarImg", type="string", length=65535,nullable=true) * */ private $avatarImg;