Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
sygal-import-ws
Commits
a4962264
Commit
a4962264
authored
Feb 02, 2018
by
Jean-Philippe Metivier
Browse files
Correction des mappings (int -> string pour les id individu)
parent
eef6b7b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml
View file @
a4962264
...
...
@@ -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"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Doctorant.dcm.xml
View file @
a4962264
...
...
@@ -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
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml
View file @
a4962264
...
...
@@ -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"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment