Commit 5555a118 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Ajouter nouveau champs sur la table intervenant numero de prise en charge

parent 1ff2e4df
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -537,6 +537,18 @@ return [
            'position'    => 33,
            'commentaire' => NULL,
        ],
        'NUMERO_PEC'               => [
            'name'        => 'NUMERO_PEC',
            'type'        => 'string',
            'bdd-type'    => 'VARCHAR2',
            'length'      => 100,
            'scale'       => NULL,
            'precision'   => NULL,
            'nullable'    => TRUE,
            'default'     => NULL,
            'position'    => 61,
            'commentaire' => NULL,
        ],
        'PAYS_NAISSANCE_ID'        => [
            'name'        => 'PAYS_NAISSANCE_ID',
            'type'        => 'int',
+1 −0
Original line number Diff line number Diff line
@@ -839,6 +839,7 @@ return [
        'HISTO_DESTRUCTEUR_ID',
        'EXPORT_DATE',
        'IRRECEVABLE',
        'NUMERO_PEC',
    ],
    'INTERVENANT_DOSSIER'            => [
        'ID',