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
aa99e8a4
Commit
aa99e8a4
authored
May 05, 2021
by
Laurent Lécluse
Browse files
#37472
parent
6d162b22
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/ddl/table/FONCTION_REFERENTIEL.php
View file @
aa99e8a4
...
...
@@ -133,7 +133,7 @@ return [
'name'
=>
'LIBELLE_COURT'
,
'type'
=>
'string'
,
'bdd-type'
=>
'VARCHAR2'
,
'length'
=>
4
0
,
'length'
=>
9
0
,
'scale'
=>
NULL
,
'precision'
=>
NULL
,
'nullable'
=>
FALSE
,
...
...
@@ -145,7 +145,7 @@ return [
'name'
=>
'LIBELLE_LONG'
,
'type'
=>
'string'
,
'bdd-type'
=>
'VARCHAR2'
,
'length'
=>
1
0
0
,
'length'
=>
1
5
0
,
'scale'
=>
NULL
,
'precision'
=>
NULL
,
'nullable'
=>
FALSE
,
...
...
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml
View file @
aa99e8a4
...
...
@@ -13,8 +13,8 @@
<field
name=
"histoCreation"
type=
"datetime"
column=
"HISTO_CREATION"
nullable=
"false"
/>
<field
name=
"histoDestruction"
type=
"datetime"
column=
"HISTO_DESTRUCTION"
nullable=
"true"
/>
<field
name=
"histoModification"
type=
"datetime"
column=
"HISTO_MODIFICATION"
nullable=
"false"
/>
<field
name=
"libelleCourt"
type=
"string"
column=
"LIBELLE_COURT"
length=
"
4
0"
nullable=
"false"
/>
<field
name=
"libelleLong"
type=
"string"
column=
"LIBELLE_LONG"
length=
"1
0
0"
nullable=
"false"
/>
<field
name=
"libelleCourt"
type=
"string"
column=
"LIBELLE_COURT"
length=
"
9
0"
nullable=
"false"
/>
<field
name=
"libelleLong"
type=
"string"
column=
"LIBELLE_LONG"
length=
"1
5
0"
nullable=
"false"
/>
<field
name=
"plafond"
type=
"float"
column=
"PLAFOND"
precision=
"126"
scale=
"0"
nullable=
"true"
/>
<field
name=
"etapeRequise"
type=
"boolean"
column=
"ETAPE_REQUISE"
nullable=
"false"
/>
<field
name=
"serviceStatutaire"
type=
"boolean"
column=
"SERVICE_STATUTAIRE"
nullable=
"false"
/>
...
...
Laurent Lécluse
@lecluse
mentioned in commit
16fb47bd
·
May 05, 2021
mentioned in commit
16fb47bd
mentioned in commit 16fb47bd4c4484ff6a8329b4676e871724add4a6
Toggle commit list
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