Skip to content
Snippets Groups Projects
Commit 16fb47bd authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

#37472

(cherry picked from commit aa99e8a4)
parent 1210c958
Branches LAGAFF
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ return [
'name' => 'LIBELLE_COURT',
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 40,
'length' => 90,
'scale' => NULL,
'precision' => NULL,
'nullable' => FALSE,
......@@ -134,7 +134,7 @@ return [
'name' => 'LIBELLE_LONG',
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 100,
'length' => 150,
'scale' => NULL,
'precision' => NULL,
'nullable' => FALSE,
......
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment