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

Pour supprimer TBL_NOEUD

parent 88c763bb
No related branches found
No related tags found
No related merge requests found
<?php
//@formatter:off
return [
'name' => 'TBL_NOEUD_ANNEE',
'unique' => FALSE,
'table' => 'TBL_NOEUD',
'columns' => [
'ANNEE_ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'TBL_NOEUD_ETAPE',
'unique' => FALSE,
'table' => 'TBL_NOEUD',
'columns' => [
'ETAPE_ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'TBL_NOEUD_GTF',
'unique' => FALSE,
'table' => 'TBL_NOEUD',
'columns' => [
'GROUPE_TYPE_FORMATION_ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'TBL_NOEUD_NETAPE',
'unique' => FALSE,
'table' => 'TBL_NOEUD',
'columns' => [
'NOEUD_ETAPE_ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'TBL_NOEUD_NOEUD',
'unique' => FALSE,
'table' => 'TBL_NOEUD',
'columns' => [
'NOEUD_ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'TBL_NOEUD_STRUCTURE',
'unique' => FALSE,
'table' => 'TBL_NOEUD',
'columns' => [
'STRUCTURE_ID',
],
];
//@formatter:on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment