From bcf7054a419c9f438eb3ef44873c8d794c527224 Mon Sep 17 00:00:00 2001 From: Wilmer Ramones Date: Mon, 25 Jul 2016 15:12:01 -0400 Subject: [PATCH] modificado el campo de tema de string a text por lo largo que pueden ser los nombres --- src/AppBundle/Entity/UnidadCurricularVolumenTema.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AppBundle/Entity/UnidadCurricularVolumenTema.php b/src/AppBundle/Entity/UnidadCurricularVolumenTema.php index b87fd39..803989e 100644 --- a/src/AppBundle/Entity/UnidadCurricularVolumenTema.php +++ b/src/AppBundle/Entity/UnidadCurricularVolumenTema.php @@ -14,9 +14,9 @@ use Doctrine\ORM\Mapping as ORM; class UnidadCurricularVolumenTema { /** - * @var string + * @var text * - * @ORM\Column(name="tema", type="string", length=50, nullable=false, options={"comment" = "nombre del estado"}) + * @ORM\Column(name="tema", type="text", nullable=false, options={"comment" = "nombre del estado"}) */ private $nombre; -- 2.0.0