diff --git a/data/ddl/table/TBL_CONTRAT.php b/data/ddl/table/TBL_CONTRAT.php
index 0dfbb2592a725514b988c4b93df3e3f93f9b09b0..0964f0069c4727f6563d7ab4fa618e2a16c571e0 100644
--- a/data/ddl/table/TBL_CONTRAT.php
+++ b/data/ddl/table/TBL_CONTRAT.php
@@ -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',
@@ -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',
diff --git a/data/ddl/table/UNICAEN_MAIL_MAIL.php b/data/ddl/table/UNICAEN_MAIL_MAIL.php
index 038eedd2465c59853d588468cfe1daea06c18fb1..a8db2852f2cd9aebe35b6fff412592992d36a606 100644
--- a/data/ddl/table/UNICAEN_MAIL_MAIL.php
+++ b/data/ddl/table/UNICAEN_MAIL_MAIL.php
@@ -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',
@@ -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',
@@ -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,
-        ],
     ],
 ];
 
diff --git a/data/ddl/table/UNICAEN_SIGNATURE_PROCESS.php b/data/ddl/table/UNICAEN_SIGNATURE_PROCESS.php
index aa568cfb3deb8648285572997cd0d4cd0dad1641..711fc2131c02c0134f228e296e33efd7c5ec4882 100644
--- a/data/ddl/table/UNICAEN_SIGNATURE_PROCESS.php
+++ b/data/ddl/table/UNICAEN_SIGNATURE_PROCESS.php
@@ -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',
@@ -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',
diff --git a/data/ddl/table/UNICAEN_SIGNATURE_PROCESS_STEP.php b/data/ddl/table/UNICAEN_SIGNATURE_PROCESS_STEP.php
index 18bda8df9d96d0f4c3399be8ec96cc5e8e8beb79..4791215e382152e64e6d7871216e71b7058bf909 100644
--- a/data/ddl/table/UNICAEN_SIGNATURE_PROCESS_STEP.php
+++ b/data/ddl/table/UNICAEN_SIGNATURE_PROCESS_STEP.php
@@ -9,7 +9,7 @@ return [
     'commentaire' => NULL,
     'sequence'    => 'UNICAEN_SIGNATURE_PROCESS_STEP_ID_SEQ',
     'columns'     => [
-        'ID'                   => [
+        'ID'           => [
             'name'        => 'ID',
             'type'        => 'int',
             'bdd-type'    => 'NUMBER',
@@ -21,31 +21,31 @@ return [
             'position'    => 1,
             'commentaire' => NULL,
         ],
-        'PROCESS_ID'           => [
-            'name'        => 'PROCESS_ID',
-            'type'        => 'int',
-            'bdd-type'    => 'NUMBER',
-            'length'      => 0,
+        'LABEL'        => [
+            'name'        => 'LABEL',
+            'type'        => 'string',
+            'bdd-type'    => 'VARCHAR2',
+            'length'      => 2000,
             'scale'       => NULL,
             'precision'   => NULL,
             'nullable'    => TRUE,
             'default'     => NULL,
-            'position'    => 2,
+            'position'    => 4,
             'commentaire' => NULL,
         ],
-        'LABEL' => [
-            'name'        => 'LABEL',
-            'type'        => 'string',
-            'bdd-type'    => 'VARCHAR2',
-            'length'      => 2000,
+        'PROCESS_ID'   => [
+            'name'        => 'PROCESS_ID',
+            'type'        => 'int',
+            'bdd-type'    => 'NUMBER',
+            'length'      => 0,
             'scale'       => NULL,
             'precision'   => NULL,
             'nullable'    => TRUE,
             'default'     => NULL,
-            'position'    => 4,
+            'position'    => 2,
             'commentaire' => NULL,
         ],
-        'SIGNATURE_ID'         => [
+        'SIGNATURE_ID' => [
             'name'        => 'SIGNATURE_ID',
             'type'        => 'int',
             'bdd-type'    => 'NUMBER',
diff --git a/data/ddl_columns_pos.php b/data/ddl_columns_pos.php
index f7e9aa2a88d4a40abab6cfb091393a3ebde24532..c7d5d5f47e22d38ea542ca43cdaee7f06ebf34fa 100644
--- a/data/ddl_columns_pos.php
+++ b/data/ddl_columns_pos.php
@@ -1523,7 +1523,6 @@ return [
         'VOLUME_HORAIRE_ID',
         'VOLUME_HORAIRE_MISSION_ID',
         'VOLUME_HORAIRE_REF_ID',
-        'NBVH',
         'TERMINE',
     ],
     'TBL_DMEP_LIQUIDATION'                => [
@@ -2567,6 +2566,8 @@ return [
         'CORPS',
         'MOTS_CLEFS',
         'LOG',
+        'ATTACHMENT_PATHS',
+        'COPIES',
     ],
     'JOUR_FERIE'                          => [
         'ID',
@@ -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',