Loading data/ddl/table/TBL_CONTRAT.php +12 −12 Original line number Diff line number Diff line Loading @@ -33,18 +33,6 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'AUTRE_LIBELLE' => [ 'name' => 'AUTRE_LIBELLE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 23, 'commentaire' => NULL, ], 'AUTRES' => [ 'name' => 'AUTRES', 'type' => 'float', Loading @@ -57,6 +45,18 @@ return [ 'position' => 22, 'commentaire' => NULL, ], 'AUTRE_LIBELLE' => [ 'name' => 'AUTRE_LIBELLE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 23, 'commentaire' => NULL, ], 'CM' => [ 'name' => 'CM', 'type' => 'float', Loading data/ddl/table/UNICAEN_MAIL_MAIL.php +24 −24 Original line number Diff line number Diff line Loading @@ -9,6 +9,30 @@ return [ 'commentaire' => NULL, 'sequence' => 'UNICAEN_MAIL_MAIL_ID_SEQ', 'columns' => [ 'ATTACHMENT_PATHS' => [ 'name' => 'ATTACHMENT_PATHS', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 10, 'commentaire' => NULL, ], 'COPIES' => [ 'name' => 'COPIES', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 500, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 11, 'commentaire' => NULL, ], 'CORPS' => [ 'name' => 'CORPS', 'type' => 'string', Loading Loading @@ -45,18 +69,6 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'COPIES' => [ 'name' => 'COPIES', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 500, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 11, 'commentaire' => NULL, ], 'DESTINATAIRES_INITIALS' => [ 'name' => 'DESTINATAIRES_INITIALS', 'type' => 'string', Loading Loading @@ -129,18 +141,6 @@ return [ 'position' => 6, 'commentaire' => NULL, ], 'ATTACHMENT_PATHS' => [ 'name' => 'ATTACHMENT_PATHS', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 10, 'commentaire' => NULL, ], ], ]; Loading data/ddl/table/UNICAEN_SIGNATURE_PROCESS.php +12 −12 Original line number Diff line number Diff line Loading @@ -57,6 +57,18 @@ return [ 'position' => 1, 'commentaire' => NULL, ], 'LABEL' => [ 'name' => 'LABEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 2000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 8, 'commentaire' => NULL, ], 'LASTUPDATE' => [ 'name' => 'LASTUPDATE', 'type' => 'date', Loading @@ -81,18 +93,6 @@ return [ 'position' => 7, 'commentaire' => NULL, ], 'LABEL' => [ 'name' => 'LABEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 2000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 8, 'commentaire' => NULL, ], 'STATUS' => [ 'name' => 'STATUS', 'type' => 'int', Loading data/ddl/table/UNICAEN_SIGNATURE_PROCESS_STEP.php +14 −14 Original line number Diff line number Diff line Loading @@ -21,18 +21,6 @@ return [ 'position' => 1, 'commentaire' => NULL, ], 'PROCESS_ID' => [ 'name' => 'PROCESS_ID', 'type' => 'int', 'bdd-type' => 'NUMBER', 'length' => 0, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 2, 'commentaire' => NULL, ], 'LABEL' => [ 'name' => 'LABEL', 'type' => 'string', Loading @@ -45,6 +33,18 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'PROCESS_ID' => [ 'name' => 'PROCESS_ID', 'type' => 'int', 'bdd-type' => 'NUMBER', 'length' => 0, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 2, 'commentaire' => NULL, ], 'SIGNATURE_ID' => [ 'name' => 'SIGNATURE_ID', 'type' => 'int', Loading data/ddl_columns_pos.php +4 −2 Original line number Diff line number Diff line Loading @@ -1523,7 +1523,6 @@ return [ 'VOLUME_HORAIRE_ID', 'VOLUME_HORAIRE_MISSION_ID', 'VOLUME_HORAIRE_REF_ID', 'NBVH', 'TERMINE', ], 'TBL_DMEP_LIQUIDATION' => [ Loading Loading @@ -2567,6 +2566,8 @@ return [ 'CORPS', 'MOTS_CLEFS', 'LOG', 'ATTACHMENT_PATHS', 'COPIES', ], 'JOUR_FERIE' => [ 'ID', Loading Loading @@ -2702,12 +2703,13 @@ return [ 'DATECREATED', 'LASTUPDATE', 'SIGNATUREFLOW_ID', 'LABEL', ], 'UNICAEN_SIGNATURE_PROCESS_STEP' => [ 'ID', 'PROCESS_ID', 'SIGNATURE_ID', 'SIGNATUREFLOWSTEP_ID', 'LABEL', ], 'UNICAEN_SIGNATURE_RECIPIENT' => [ 'ID', Loading Loading
data/ddl/table/TBL_CONTRAT.php +12 −12 Original line number Diff line number Diff line Loading @@ -33,18 +33,6 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'AUTRE_LIBELLE' => [ 'name' => 'AUTRE_LIBELLE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 23, 'commentaire' => NULL, ], 'AUTRES' => [ 'name' => 'AUTRES', 'type' => 'float', Loading @@ -57,6 +45,18 @@ return [ 'position' => 22, 'commentaire' => NULL, ], 'AUTRE_LIBELLE' => [ 'name' => 'AUTRE_LIBELLE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 23, 'commentaire' => NULL, ], 'CM' => [ 'name' => 'CM', 'type' => 'float', Loading
data/ddl/table/UNICAEN_MAIL_MAIL.php +24 −24 Original line number Diff line number Diff line Loading @@ -9,6 +9,30 @@ return [ 'commentaire' => NULL, 'sequence' => 'UNICAEN_MAIL_MAIL_ID_SEQ', 'columns' => [ 'ATTACHMENT_PATHS' => [ 'name' => 'ATTACHMENT_PATHS', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 10, 'commentaire' => NULL, ], 'COPIES' => [ 'name' => 'COPIES', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 500, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 11, 'commentaire' => NULL, ], 'CORPS' => [ 'name' => 'CORPS', 'type' => 'string', Loading Loading @@ -45,18 +69,6 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'COPIES' => [ 'name' => 'COPIES', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 500, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 11, 'commentaire' => NULL, ], 'DESTINATAIRES_INITIALS' => [ 'name' => 'DESTINATAIRES_INITIALS', 'type' => 'string', Loading Loading @@ -129,18 +141,6 @@ return [ 'position' => 6, 'commentaire' => NULL, ], 'ATTACHMENT_PATHS' => [ 'name' => 'ATTACHMENT_PATHS', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 4000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 10, 'commentaire' => NULL, ], ], ]; Loading
data/ddl/table/UNICAEN_SIGNATURE_PROCESS.php +12 −12 Original line number Diff line number Diff line Loading @@ -57,6 +57,18 @@ return [ 'position' => 1, 'commentaire' => NULL, ], 'LABEL' => [ 'name' => 'LABEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 2000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 8, 'commentaire' => NULL, ], 'LASTUPDATE' => [ 'name' => 'LASTUPDATE', 'type' => 'date', Loading @@ -81,18 +93,6 @@ return [ 'position' => 7, 'commentaire' => NULL, ], 'LABEL' => [ 'name' => 'LABEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 2000, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 8, 'commentaire' => NULL, ], 'STATUS' => [ 'name' => 'STATUS', 'type' => 'int', Loading
data/ddl/table/UNICAEN_SIGNATURE_PROCESS_STEP.php +14 −14 Original line number Diff line number Diff line Loading @@ -21,18 +21,6 @@ return [ 'position' => 1, 'commentaire' => NULL, ], 'PROCESS_ID' => [ 'name' => 'PROCESS_ID', 'type' => 'int', 'bdd-type' => 'NUMBER', 'length' => 0, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 2, 'commentaire' => NULL, ], 'LABEL' => [ 'name' => 'LABEL', 'type' => 'string', Loading @@ -45,6 +33,18 @@ return [ 'position' => 4, 'commentaire' => NULL, ], 'PROCESS_ID' => [ 'name' => 'PROCESS_ID', 'type' => 'int', 'bdd-type' => 'NUMBER', 'length' => 0, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 2, 'commentaire' => NULL, ], 'SIGNATURE_ID' => [ 'name' => 'SIGNATURE_ID', 'type' => 'int', Loading
data/ddl_columns_pos.php +4 −2 Original line number Diff line number Diff line Loading @@ -1523,7 +1523,6 @@ return [ 'VOLUME_HORAIRE_ID', 'VOLUME_HORAIRE_MISSION_ID', 'VOLUME_HORAIRE_REF_ID', 'NBVH', 'TERMINE', ], 'TBL_DMEP_LIQUIDATION' => [ Loading Loading @@ -2567,6 +2566,8 @@ return [ 'CORPS', 'MOTS_CLEFS', 'LOG', 'ATTACHMENT_PATHS', 'COPIES', ], 'JOUR_FERIE' => [ 'ID', Loading Loading @@ -2702,12 +2703,13 @@ return [ 'DATECREATED', 'LASTUPDATE', 'SIGNATUREFLOW_ID', 'LABEL', ], 'UNICAEN_SIGNATURE_PROCESS_STEP' => [ 'ID', 'PROCESS_ID', 'SIGNATURE_ID', 'SIGNATUREFLOWSTEP_ID', 'LABEL', ], 'UNICAEN_SIGNATURE_RECIPIENT' => [ 'ID', Loading