Skip to content
Snippets Groups Projects
Commit a4962264 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Correction des mappings (int -> string pour les id individu)

parent eef6b7b4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<field name="roleId" type="string" column="ROLE_ID" length="1" nullable="true"/>
<field name="codeRoleJury" type="string" column="COD_ROJ_COMPL" length="1" nullable="true"/>
<field name="libRoleJury" type="string" column="LIB_ROJ_COMPL" length="40" nullable="true"/>
<field name="individuId" type="integer" column="INDIVIDU_ID" nullable="true"/>
<field name="individuId" type="string" column="INDIVIDU_ID" nullable="true"/>
<field name="codeEtablissement" type="string" column="COD_ETB" length="8" nullable="true"/>
<field name="libEtablissement" type="string" column="LIB_ETB" length="40" nullable="true"/>
<field name="codeQualite" type="string" column="COD_CPS" length="10" nullable="true"/>
......
......@@ -5,7 +5,7 @@
<entity name="ImportData\V1\Entity\Db\Doctorant" table="APOGEE.OBJECTH_DOCTORANT">
<id name="id" type="string" column="ID" />
<field name="sourceId" type="string" length="6" column="SOURCE_ID" nullable="true"/>
<field name="individuId" type="integer" column="INDIVIDU_ID" nullable="true"/>
<field name="individuId" type="string" column="INDIVIDU_ID" nullable="true"/>
</entity>
</doctrine-mapping>
\ No newline at end of file
......@@ -6,7 +6,7 @@
<id name="id" type="string" column="ID"/>
<field name="sourceId" type="string" column="SOURCE_ID" length="6" nullable="true"/>
<field name="etatThese" type="string" column="ETA_THS" length="1" nullable="true"/>
<field name="doctorantId" type="integer" column="DOCTORANT_ID" nullable="true"/>
<field name="doctorantId" type="string" column="DOCTORANT_ID" nullable="true"/>
<field name="codeDiscipline" type="integer" column="COD_DIS" nullable="true"/>
<field name="libDiscipline" type="string" column="LIB_INT1_DIS" length="200" nullable="true"/>
<field name="title" type="string" column="LIB_THS" length="800" nullable="true"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment