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
224967f4
Commit
224967f4
authored
Jul 19, 2019
by
Laurent Lécluse
Browse files
Colonne aff_adresse_contrat réaffichée, car elle manquait
parent
29f35986
Changes
2
Hide whitespace changes
Inline
Side-by-side
bdd/ddl.php
View file @
224967f4
...
...
@@ -11801,6 +11801,16 @@
'nullable' => true,
'default' => NULL,
),
'AFF_ADRESSE_CONTRAT' =>
array (
'name' => 'AFF_ADRESSE_CONTRAT',
'type' => 'NUMBER',
'length' => 0,
'scale' => '0',
'precision' => 1,
'nullable' => false,
'default' => '1',
),
),
),
'SYNC_LOG' =>
data/ddl.php
View file @
224967f4
...
...
@@ -11801,6 +11801,16 @@
'nullable' => true,
'default' => NULL,
),
'AFF_ADRESSE_CONTRAT' =>
array (
'name' => 'AFF_ADRESSE_CONTRAT',
'type' => 'NUMBER',
'length' => 0,
'scale' => '0',
'precision' => 1,
'nullable' => false,
'default' => '1',
),
),
),
'SYNC_LOG' =>
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