Skip to content
Snippets Groups Projects
Commit 5f6dfa67 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Transfo de employeur.siren dans le bon type

parent 9a4348e8
No related branches found
No related tags found
1 merge request!55Ll bug report services
......@@ -131,9 +131,9 @@ return [
],
'SIREN' => [
'name' => 'SIREN',
'type' => 'int',
'bdd-type' => 'NUMBER',
'length' => 0,
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 100,
'scale' => NULL,
'precision' => NULL,
'nullable' => FALSE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment