Skip to content
Snippets Groups Projects
Commit 16fb47bd authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
(cherry picked from commit aa99e8a4)
parent 1210c958
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ return [ ...@@ -123,7 +123,7 @@ return [
'name' => 'LIBELLE_COURT', 'name' => 'LIBELLE_COURT',
'type' => 'string', 'type' => 'string',
'bdd-type' => 'VARCHAR2', 'bdd-type' => 'VARCHAR2',
'length' => 40, 'length' => 90,
'scale' => NULL, 'scale' => NULL,
'precision' => NULL, 'precision' => NULL,
'nullable' => FALSE, 'nullable' => FALSE,
...@@ -134,7 +134,7 @@ return [ ...@@ -134,7 +134,7 @@ return [
'name' => 'LIBELLE_LONG', 'name' => 'LIBELLE_LONG',
'type' => 'string', 'type' => 'string',
'bdd-type' => 'VARCHAR2', 'bdd-type' => 'VARCHAR2',
'length' => 100, 'length' => 150,
'scale' => NULL, 'scale' => NULL,
'precision' => NULL, 'precision' => NULL,
'nullable' => FALSE, 'nullable' => FALSE,
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/> <field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/>
<field name="histoDestruction" type="datetime" column="HISTO_DESTRUCTION" nullable="true"/> <field name="histoDestruction" type="datetime" column="HISTO_DESTRUCTION" nullable="true"/>
<field name="histoModification" type="datetime" column="HISTO_MODIFICATION" nullable="false"/> <field name="histoModification" type="datetime" column="HISTO_MODIFICATION" nullable="false"/>
<field name="libelleCourt" type="string" column="LIBELLE_COURT" length="40" nullable="false"/> <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="90" nullable="false"/>
<field name="libelleLong" type="string" column="LIBELLE_LONG" length="100" 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="plafond" type="float" column="PLAFOND" precision="126" scale="0" nullable="true"/>
<field name="etapeRequise" type="boolean" column="ETAPE_REQUISE" nullable="false"/> <field name="etapeRequise" type="boolean" column="ETAPE_REQUISE" nullable="false"/>
<field name="serviceStatutaire" type="boolean" column="SERVICE_STATUTAIRE" 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