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
OSE
Commits
c641cbf4
Commit
c641cbf4
authored
Nov 25, 2021
by
Antony Le Courtes
Browse files
Suppression many to one structure id au niveau de l'entité affectation_recherche
parent
d4391e99
Changes
1
Show whitespace changes
Inline
Side-by-side
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.AffectationRecherche.dcm.xml
View file @
c641cbf4
...
...
@@ -20,16 +20,12 @@
<field
name=
"histoDestruction"
type=
"datetime"
column=
"HISTO_DESTRUCTION"
nullable=
"true"
/>
<field
name=
"histoModification"
type=
"datetime"
column=
"HISTO_MODIFICATION"
nullable=
"false"
/>
<field
name=
"sourceCode"
type=
"string"
column=
"SOURCE_CODE"
length=
"100"
nullable=
"true"
/>
<field
name=
"structure_id"
type=
"string"
column=
"STRUCTURE_ID"
length=
"100"
nullable=
"true"
/>
<many-to-one
field=
"source"
target-entity=
"UnicaenImport\Entity\Db\Source"
>
<join-columns>
<join-column
name=
"SOURCE_ID"
referenced-column-name=
"ID"
/>
</join-columns>
</many-to-one>
<many-to-one
field=
"structure"
target-entity=
"Application\Entity\Db\Structure"
>
<join-columns>
<join-column
name=
"STRUCTURE_ID"
referenced-column-name=
"ID"
/>
</join-columns>
</many-to-one>
<many-to-one
field=
"intervenant"
target-entity=
"Application\Entity\Db\Intervenant"
>
<join-columns>
<join-column
name=
"INTERVENANT_ID"
referenced-column-name=
"ID"
/>
...
...
Write
Preview
Markdown
is supported
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