diff --git a/data/ddl/index/TBL_DEMS_TBL_FK.php b/data/ddl/index/TBL_DEMS_TBL_FK.php
deleted file mode 100644
index d018fe3530512ab20342952ea5fb03b94df7680e..0000000000000000000000000000000000000000
--- a/data/ddl/index/TBL_DEMS_TBL_FK.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-//@formatter:off
-
-return [
-    'name'    => 'TBL_DEMS_TBL_FK',
-    'unique'  => FALSE,
-    'table'   => 'TBL_DEMS',
-    'columns' => [
-        'TBL_NAME',
-    ],
-];
-
-//@formatter:on
diff --git a/data/ddl/ref-constraint/TBL_DEMS_TBL_FK.php b/data/ddl/ref-constraint/TBL_DEMS_TBL_FK.php
deleted file mode 100644
index d7712ea6140c4cc1005d1b36ec5994af55312990..0000000000000000000000000000000000000000
--- a/data/ddl/ref-constraint/TBL_DEMS_TBL_FK.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-//@formatter:off
-
-return [
-    'name'        => 'TBL_DEMS_TBL_FK',
-    'table'       => 'TBL_DEMS',
-    'rtable'      => 'TBL',
-    'delete_rule' => 'CASCADE',
-    'index'       => NULL,
-    'columns'     => [
-        'TBL_NAME' => 'TBL_NAME',
-    ],
-];
-
-//@formatter:on
diff --git a/data/ddl/sequence.php b/data/ddl/sequence.php
index ce19a726ebb660353198b2ac8ff1e140b797d6e9..2a7def47b180698349ab6b1d34e19d063c044266 100644
--- a/data/ddl/sequence.php
+++ b/data/ddl/sequence.php
@@ -94,7 +94,6 @@ return [
     'TBL_CHARGENS_SEUILS_DEF_ID_SEQ',
     'TBL_CLOTURE_REALISE_ID_SEQ',
     'TBL_CONTRAT_ID_SEQ',
-    'TBL_DEMS_ID_SEQ',
     'TBL_DMEP_LIQUIDATION_ID_SEQ',
     'TBL_DOSSIER_ID_SEQ',
     'TBL_LIEN_ID_SEQ',
diff --git a/data/ddl/table/TBL_DEMS.php b/data/ddl/table/TBL_DEMS.php
deleted file mode 100644
index 9ea95194a6c3f8e9184b58fa4f51b072997ed13c..0000000000000000000000000000000000000000
--- a/data/ddl/table/TBL_DEMS.php
+++ /dev/null
@@ -1,63 +0,0 @@
-<?php
-
-//@formatter:off
-
-return [
-    'name'        => 'TBL_DEMS',
-    'temporary'   => FALSE,
-    'logging'     => FALSE,
-    'commentaire' => NULL,
-    'sequence'    => 'TBL_DEMS_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,
-        ],
-        'PARAM'    => [
-            'name'        => 'PARAM',
-            'type'        => 'string',
-            'bdd-type'    => 'VARCHAR2',
-            'length'      => 30,
-            'scale'       => NULL,
-            'precision'   => NULL,
-            'nullable'    => TRUE,
-            'default'     => NULL,
-            'position'    => 3,
-            'commentaire' => NULL,
-        ],
-        'TBL_NAME' => [
-            'name'        => 'TBL_NAME',
-            'type'        => 'string',
-            'bdd-type'    => 'VARCHAR2',
-            'length'      => 30,
-            'scale'       => NULL,
-            'precision'   => NULL,
-            'nullable'    => FALSE,
-            'default'     => NULL,
-            'position'    => 2,
-            'commentaire' => NULL,
-        ],
-        'VALUE'    => [
-            'name'        => 'VALUE',
-            'type'        => 'string',
-            'bdd-type'    => 'VARCHAR2',
-            'length'      => 80,
-            'scale'       => NULL,
-            'precision'   => NULL,
-            'nullable'    => TRUE,
-            'default'     => NULL,
-            'position'    => 4,
-            'commentaire' => NULL,
-        ],
-    ],
-];
-
-//@formatter:on
diff --git a/data/ddl_columns_pos.php b/data/ddl_columns_pos.php
index b7b718c061a8ab97ddb8e5611c0386bbbdbd8659..7baa88ea2904f9d8be97fb97661422272e9eb702 100644
--- a/data/ddl_columns_pos.php
+++ b/data/ddl_columns_pos.php
@@ -1360,12 +1360,6 @@ return [
         'EDITE',
         'SIGNE',
     ],
-    'TBL_DEMS'                       => [
-        'ID',
-        'TBL_NAME',
-        'PARAM',
-        'VALUE',
-    ],
     'TBL_DMEP_LIQUIDATION'           => [
         'ID',
         'ANNEE_ID',
diff --git a/data/ddl_config.php b/data/ddl_config.php
index a887a21d4e7f5d59775428e3e03bbd22cb5e55df..6a83f86fa15904c363797a45aec86f9ed6d03f84 100644
--- a/data/ddl_config.php
+++ b/data/ddl_config.php
@@ -7,6 +7,7 @@ return [
         'ADRESSE_STRUCTURE',
         'INTERVENANT_SAISIE',
         'DOSSIER',
+        'TBL_DEMS',
 
     ]],
     'materialized-view' => ['includes' => [