Skip to content
Snippets Groups Projects
Commit 2d0da8ec authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Nettoyage des colonnes non utilisées de la table agent

parent 4be1e0af
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ return [ ...@@ -43,7 +43,7 @@ return [
'precision' => NULL, 'precision' => NULL,
'nullable' => TRUE, 'nullable' => TRUE,
'default' => NULL, 'default' => NULL,
'position' => 13, 'position' => 11,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'deleted_on' => [ 'deleted_on' => [
...@@ -67,55 +67,7 @@ return [ ...@@ -67,55 +67,7 @@ return [
'precision' => NULL, 'precision' => NULL,
'nullable' => TRUE, 'nullable' => TRUE,
'default' => NULL, 'default' => NULL,
'position' => 11, 'position' => 9,
'commentaire' => NULL,
],
'histo_createur_id' => [
'name' => 'histo_createur_id',
'type' => 'int',
'bdd-type' => 'bigint',
'length' => 0,
'scale' => NULL,
'precision' => 8,
'nullable' => TRUE,
'default' => NULL,
'position' => 16,
'commentaire' => NULL,
],
'histo_destructeur_id' => [
'name' => 'histo_destructeur_id',
'type' => 'int',
'bdd-type' => 'bigint',
'length' => 0,
'scale' => NULL,
'precision' => 8,
'nullable' => TRUE,
'default' => NULL,
'position' => 18,
'commentaire' => NULL,
],
'histo_modificateur_id' => [
'name' => 'histo_modificateur_id',
'type' => 'int',
'bdd-type' => 'bigint',
'length' => 0,
'scale' => NULL,
'precision' => 8,
'nullable' => TRUE,
'default' => NULL,
'position' => 17,
'commentaire' => NULL,
],
'id' => [
'name' => 'id',
'type' => 'int',
'bdd-type' => 'bigint',
'length' => 0,
'scale' => NULL,
'precision' => 8,
'nullable' => TRUE,
'default' => NULL,
'position' => 15,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'id_orig' => [ 'id_orig' => [
...@@ -127,7 +79,7 @@ return [ ...@@ -127,7 +79,7 @@ return [
'precision' => NULL, 'precision' => NULL,
'nullable' => TRUE, 'nullable' => TRUE,
'default' => NULL, 'default' => NULL,
'position' => 20, 'position' => 14,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'login' => [ 'login' => [
...@@ -139,7 +91,7 @@ return [ ...@@ -139,7 +91,7 @@ return [
'precision' => NULL, 'precision' => NULL,
'nullable' => TRUE, 'nullable' => TRUE,
'default' => NULL, 'default' => NULL,
'position' => 10, 'position' => 8,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'nom_famille' => [ 'nom_famille' => [
...@@ -151,7 +103,7 @@ return [ ...@@ -151,7 +103,7 @@ return [
'precision' => NULL, 'precision' => NULL,
'nullable' => TRUE, 'nullable' => TRUE,
'default' => NULL, 'default' => NULL,
'position' => 14, 'position' => 12,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'nom_usage' => [ 'nom_usage' => [
...@@ -166,30 +118,6 @@ return [ ...@@ -166,30 +118,6 @@ return [
'position' => 4, 'position' => 4,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'octo_id' => [
'name' => 'octo_id',
'type' => 'string',
'bdd-type' => 'character varying',
'length' => 40,
'scale' => NULL,
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 8,
'commentaire' => NULL,
],
'preecog_id' => [
'name' => 'preecog_id',
'type' => 'string',
'bdd-type' => 'character varying',
'length' => 40,
'scale' => NULL,
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 9,
'commentaire' => NULL,
],
'prenom' => [ 'prenom' => [
'name' => 'prenom', 'name' => 'prenom',
'type' => 'string', 'type' => 'string',
...@@ -211,7 +139,7 @@ return [ ...@@ -211,7 +139,7 @@ return [
'precision' => NULL, 'precision' => NULL,
'nullable' => TRUE, 'nullable' => TRUE,
'default' => NULL, 'default' => NULL,
'position' => 12, 'position' => 10,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'source_id' => [ 'source_id' => [
...@@ -223,7 +151,7 @@ return [ ...@@ -223,7 +151,7 @@ return [
'precision' => NULL, 'precision' => NULL,
'nullable' => TRUE, 'nullable' => TRUE,
'default' => NULL, 'default' => NULL,
'position' => 19, 'position' => 13,
'commentaire' => NULL, 'commentaire' => NULL,
], ],
'updated_on' => [ 'updated_on' => [
......
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'agent_pk2',
'table' => 'agent',
'index' => 'agent_pk2',
'columns' => [
'id',
],
];
//@formatter:on
...@@ -11,17 +11,11 @@ return [ ...@@ -11,17 +11,11 @@ return [
'created_on', 'created_on',
'updated_on', 'updated_on',
'deleted_on', 'deleted_on',
'octo_id',
'preecog_id',
'login', 'login',
'email', 'email',
'sexe', 'sexe',
'date_naissance', 'date_naissance',
'nom_famille', 'nom_famille',
'id',
'histo_createur_id',
'histo_modificateur_id',
'histo_destructeur_id',
'source_id', 'source_id',
'id_orig', 'id_orig',
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment