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

table supprimée

parent 410bd225
No related branches found
No related tags found
No related merge requests found
<?php
//@formatter:off
return [
'name' => 'DOSSIER_CHAMP_AUTRE_PAR_STATUT',
'temporary' => FALSE,
'logging' => TRUE,
'commentaire' => NULL,
'sequence' => NULL,
'columns' => [
'DOSSIER_CHAMP_AUTRE_ID' => [
'name' => 'DOSSIER_CHAMP_AUTRE_ID',
'type' => 'int',
'bdd-type' => 'NUMBER',
'length' => 0,
'scale' => '0',
'precision' => NULL,
'nullable' => FALSE,
'default' => NULL,
'position' => 1,
'commentaire' => NULL,
],
'STATUT_ID' => [
'name' => 'STATUT_ID',
'type' => 'int',
'bdd-type' => 'NUMBER',
'length' => 0,
'scale' => '0',
'precision' => NULL,
'nullable' => FALSE,
'default' => NULL,
'position' => 2,
'commentaire' => NULL,
],
],
];
//@formatter:on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment