Skip to content
Snippets Groups Projects
Commit b8a1ec8f authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Merge remote-tracking branch 'origin/b20' into b20

parents 5999a089 52690210
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ return [
'name' => 'LIBELLE_LONG',
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 100,
'length' => 200,
'scale' => NULL,
'precision' => NULL,
'nullable' => FALSE,
......
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment