Loading data/ddl/table/FONCTION_REFERENTIEL.php +2 −2 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ return [ 'name' => 'LIBELLE_COURT', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 40, 'length' => 90, 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, Loading @@ -134,7 +134,7 @@ return [ 'name' => 'LIBELLE_LONG', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 100, 'length' => 150, 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, Loading module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ <field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/> <field name="histoDestruction" type="datetime" column="HISTO_DESTRUCTION" nullable="true"/> <field name="histoModification" type="datetime" column="HISTO_MODIFICATION" nullable="false"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="40" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="100" nullable="false"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="90" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="150" nullable="false"/> <field name="plafond" type="float" column="PLAFOND" precision="126" scale="0" nullable="true"/> <field name="etapeRequise" type="boolean" column="ETAPE_REQUISE" nullable="false"/> <field name="serviceStatutaire" type="boolean" column="SERVICE_STATUTAIRE" nullable="false"/> Loading Loading
data/ddl/table/FONCTION_REFERENTIEL.php +2 −2 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ return [ 'name' => 'LIBELLE_COURT', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 40, 'length' => 90, 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, Loading @@ -134,7 +134,7 @@ return [ 'name' => 'LIBELLE_LONG', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 100, 'length' => 150, 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, Loading
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ <field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/> <field name="histoDestruction" type="datetime" column="HISTO_DESTRUCTION" nullable="true"/> <field name="histoModification" type="datetime" column="HISTO_MODIFICATION" nullable="false"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="40" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="100" nullable="false"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="90" nullable="false"/> <field name="libelleLong" type="string" column="LIBELLE_LONG" length="150" nullable="false"/> <field name="plafond" type="float" column="PLAFOND" precision="126" scale="0" nullable="true"/> <field name="etapeRequise" type="boolean" column="ETAPE_REQUISE" nullable="false"/> <field name="serviceStatutaire" type="boolean" column="SERVICE_STATUTAIRE" nullable="false"/> Loading