Commit 5de97182 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Corrections BDD

parent eb45be50
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<?php

//@formatter:off

return [
    'name'    => 'STATUT_TAUX_FK',
    'unique'  => FALSE,
    'table'   => 'STATUT',
    'columns' => [
        'TAUX_REMU_ID',
    ],
];

//@formatter:on
+14 −0
Original line number Diff line number Diff line
<?php

//@formatter:off

return [
    'name'    => 'TAUX_REMU_TAUX_REMU_FK',
    'unique'  => FALSE,
    'table'   => 'TAUX_REMU',
    'columns' => [
        'TAUX_REMU_ID',
    ],
];

//@formatter:on
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
//@formatter:off

return [
    'name'        => 'ELEMENT_PEDAGOGIQUE_FK1',
    'name'        => 'EP_TAUX_REMU_FK',
    'table'       => 'ELEMENT_PEDAGOGIQUE',
    'rtable'      => 'TAUX_REMU',
    'delete_rule' => NULL,
+16 −0
Original line number Diff line number Diff line
<?php

//@formatter:off

return [
    'name'        => 'TAUX_REMU_TAUX_REMU_FK',
    'table'       => 'TAUX_REMU',
    'rtable'      => 'TAUX_REMU',
    'delete_rule' => NULL,
    'index'       => NULL,
    'columns'     => [
        'TAUX_REMU_ID' => 'ID',
    ],
];

//@formatter:on