diff --git a/data/ddl/table/STRUCTURE.php b/data/ddl/table/STRUCTURE.php index af6302ca7523da5d185909f5b6d205d449ac57f6..068cf88ae43ce8f1ac7e19bcdb70bffbe0d3d693 100644 --- a/data/ddl/table/STRUCTURE.php +++ b/data/ddl/table/STRUCTURE.php @@ -253,7 +253,7 @@ return [ 'name' => 'LIBELLE_LONG', 'type' => 'string', 'bdd-type' => 'VARCHAR2', - 'length' => 100, + 'length' => 200, 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, diff --git a/module/Application/src/Entity/Db/Mapping/Application.Entity.Db.Structure.dcm.xml b/module/Application/src/Entity/Db/Mapping/Application.Entity.Db.Structure.dcm.xml index 4d506bba4e57b2d34aeec60375e326825d4cf26b..f334ca11d3acc19a9e65dc267d119f884b2cfded 100755 --- a/module/Application/src/Entity/Db/Mapping/Application.Entity.Db.Structure.dcm.xml +++ b/module/Application/src/Entity/Db/Mapping/Application.Entity.Db.Structure.dcm.xml @@ -7,7 +7,7 @@ <field name="code" type="string" column="CODE" length="100" nullable="true"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="25" nullable="false"/> - <field name="libelleLong" type="string" column="LIBELLE_LONG" length="60" nullable="false"/> + <field name="libelleLong" type="string" column="LIBELLE_LONG" length="200" nullable="false"/> <field name="enseignement" type="boolean" column="ENSEIGNEMENT" nullable="false"/> <field name="affAdresseContrat" type="boolean" column="AFF_ADRESSE_CONTRAT" nullable="false"/>