Commit 2b0bf06fe5e9938379fc8be9b602171face777d4
1 parent
a905bf36b8
Exists in
master
cambiado a tipo texto los nombres de los objetivos
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
src/AppBundle/Entity/PlanHistoricoNacional.php
... | ... | @@ -15,7 +15,7 @@ class PlanHistoricoNacional |
15 | 15 | /** |
16 | 16 | * @var string |
17 | 17 | * |
18 | - * @ORM\Column(name="nombre", type="string", length=100, nullable=false, options={"comment" = "Nombre del plan_historico_nacional"}) | |
18 | + * @ORM\Column(name="nombre", type="text", nullable=false, options={"comment" = "Nombre del plan_historico_nacional"}) | |
19 | 19 | */ |
20 | 20 | private $nombre; |
21 | 21 | ... | ... |
src/AppBundle/Entity/PlanHistoricoNacionalEstrategico.php
... | ... | @@ -15,7 +15,7 @@ class PlanHistoricoNacionalEstrategico |
15 | 15 | /** |
16 | 16 | * @var string |
17 | 17 | * |
18 | - * @ORM\Column(name="nombre", type="string", length=40, nullable=false, options={"comment" = "nombre de plan_historico_nacional_estrategico"}) | |
18 | + * @ORM\Column(name="nombre", type="text", nullable=false, options={"comment" = "nombre de plan_historico_nacional_estrategico"}) | |
19 | 19 | */ |
20 | 20 | private $nombre; |
21 | 21 | ... | ... |
src/AppBundle/Entity/PlanObjetivoHistorico.php
... | ... | @@ -16,7 +16,7 @@ class PlanObjetivoHistorico |
16 | 16 | /** |
17 | 17 | * @var string |
18 | 18 | * |
19 | - * @ORM\Column(name="nombre", type="string", length=50, nullable=false, options={"comment" = "nombre del plan_objetivo_historico"}) | |
19 | + * @ORM\Column(name="nombre", type="text", nullable=false, options={"comment" = "nombre del plan_objetivo_historico"}) | |
20 | 20 | */ |
21 | 21 | private $nombre; |
22 | 22 | ... | ... |