Skip to content
Snippets Groups Projects
Commit f07ffadd authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Ajout du paramètre :annee dans le corps de l'email du contrat.

parent 5ad6a267
No related branches found
No related tags found
No related merge requests found
<?php
//@formatter:off
return [
'name' => 'EP_CODE__UN',
'unique' => TRUE,
'table' => 'ELEMENT_PEDAGOGIQUE',
'columns' => [
'SOURCE_CODE',
'ANNEE_ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'FORMULE_TEST_STRUCTURE_PK',
'unique' => TRUE,
'table' => 'FORMULE_TEST_STRUCTURE',
'columns' => [
'ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'FORMULE_TEST_STRUCTURE__UN',
'unique' => TRUE,
'table' => 'FORMULE_TEST_STRUCTURE',
'columns' => [
'LIBELLE',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'FORMULE_TEST_STRUCTURE_PK',
'table' => 'FORMULE_TEST_STRUCTURE',
'index' => 'FORMULE_TEST_STRUCTURE_PK',
'columns' => [
'ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'FORMULE_TEST_STRUCTURE',
'temporary' => FALSE,
'logging' => TRUE,
'commentaire' => 'sequence=FTEST_STRUCTURE_ID_SEQ;',
'sequence' => 'FTEST_STRUCTURE_ID_SEQ',
'columns' => [
'ID' => [
'name' => 'ID',
'type' => 'int',
'bdd-type' => 'NUMBER',
'length' => 0,
'scale' => '0',
'precision' => NULL,
'nullable' => FALSE,
'default' => NULL,
'position' => 1,
'commentaire' => NULL,
],
'LIBELLE' => [
'name' => 'LIBELLE',
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 80,
'scale' => NULL,
'precision' => NULL,
'nullable' => FALSE,
'default' => NULL,
'position' => 2,
'commentaire' => NULL,
],
'UNIVERSITE' => [
'name' => 'UNIVERSITE',
'type' => 'bool',
'bdd-type' => 'NUMBER',
'length' => 0,
'scale' => '0',
'precision' => 1,
'nullable' => FALSE,
'default' => '0',
'position' => 3,
'commentaire' => NULL,
],
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'FORMULE_TEST_STRUCTURE__UN',
'table' => 'FORMULE_TEST_STRUCTURE',
'index' => 'FORMULE_TEST_STRUCTURE__UN',
'columns' => [
'LIBELLE',
],
];
//@formatter:on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment