Skip to content
Snippets Groups Projects
Commit ee58d8cc authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

update-ddl

parent d0de1e51
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,18 @@ return [
'position' => 6,
'commentaire' => NULL,
],
'motif_annulation' => [
'name' => 'motif_annulation',
'type' => 'clob',
'bdd-type' => 'text',
'length' => 0,
'scale' => NULL,
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 24,
'commentaire' => NULL,
],
'nb_place_complementaire' => [
'name' => 'nb_place_complementaire',
'type' => 'int',
......
......@@ -1171,6 +1171,7 @@ return [
'cout_vacation',
'recette_ttc',
'date_cloture_inscription',
'motif_annulation',
],
'formation_instance_inscrit' => [
'id',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment