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
3398a95b
Commit
3398a95b
authored
Feb 10, 2022
by
Laurent Lécluse
Browse files
table supprimée
parent
410bd225
Changes
1
Show whitespace changes
Inline
Side-by-side
data/ddl/table/DOSSIER_CHAMP_AUTRE_PAR_STATUT.php
deleted
100644 → 0
View file @
410bd225
<?php
//@formatter:off
return
[
'name'
=>
'DOSSIER_CHAMP_AUTRE_PAR_STATUT'
,
'temporary'
=>
FALSE
,
'logging'
=>
TRUE
,
'commentaire'
=>
NULL
,
'sequence'
=>
NULL
,
'columns'
=>
[
'DOSSIER_CHAMP_AUTRE_ID'
=>
[
'name'
=>
'DOSSIER_CHAMP_AUTRE_ID'
,
'type'
=>
'int'
,
'bdd-type'
=>
'NUMBER'
,
'length'
=>
0
,
'scale'
=>
'0'
,
'precision'
=>
NULL
,
'nullable'
=>
FALSE
,
'default'
=>
NULL
,
'position'
=>
1
,
'commentaire'
=>
NULL
,
],
'STATUT_ID'
=>
[
'name'
=>
'STATUT_ID'
,
'type'
=>
'int'
,
'bdd-type'
=>
'NUMBER'
,
'length'
=>
0
,
'scale'
=>
'0'
,
'precision'
=>
NULL
,
'nullable'
=>
FALSE
,
'default'
=>
NULL
,
'position'
=>
2
,
'commentaire'
=>
NULL
,
],
],
];
//@formatter:on
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