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
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ return [
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 13,
'position' => 11,
'commentaire' => NULL,
],
'deleted_on' => [
......@@ -67,55 +67,7 @@ return [
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 11,
'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,
'position' => 9,
'commentaire' => NULL,
],
'id_orig' => [
......@@ -127,7 +79,7 @@ return [
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 20,
'position' => 14,
'commentaire' => NULL,
],
'login' => [
......@@ -139,7 +91,7 @@ return [
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 10,
'position' => 8,
'commentaire' => NULL,
],
'nom_famille' => [
......@@ -151,7 +103,7 @@ return [
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 14,
'position' => 12,
'commentaire' => NULL,
],
'nom_usage' => [
......@@ -166,30 +118,6 @@ return [
'position' => 4,
'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' => [
'name' => 'prenom',
'type' => 'string',
......@@ -211,7 +139,7 @@ return [
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 12,
'position' => 10,
'commentaire' => NULL,
],
'source_id' => [
......@@ -223,7 +151,7 @@ return [
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 19,
'position' => 13,
'commentaire' => NULL,
],
'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 [
'created_on',
'updated_on',
'deleted_on',
'octo_id',
'preecog_id',
'login',
'email',
'sexe',
'date_naissance',
'nom_famille',
'id',
'histo_createur_id',
'histo_modificateur_id',
'histo_destructeur_id',
'source_id',
'id_orig',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment