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
9d4240ac
Commit
9d4240ac
authored
Aug 29, 2018
by
Bertrand Gauthier
Browse files
Correction nom de la vue Acteur interrogée
parent
86558dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml
View file @
9d4240ac
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>
<entity
name=
"ImportData\V1\Entity\Db\Acteur"
table=
"SYGAL_ACTEUR
_2
"
>
<entity
name=
"ImportData\V1\Entity\Db\Acteur"
table=
"SYGAL_ACTEUR"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
column=
"SOURCE_ID"
length=
"6"
nullable=
"true"
/>
<field
name=
"theseId"
type=
"integer"
column=
"THESE_ID"
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