diff --git a/Source/API/script/Gateway/GatewayForm.php b/Source/API/script/Gateway/GatewayForm.php index 9c8a937..ac7382c 100644 --- a/Source/API/script/Gateway/GatewayForm.php +++ b/Source/API/script/Gateway/GatewayForm.php @@ -35,16 +35,6 @@ class GatewayForm public function getForm(array $ignore): array //parameters never used cause every function require this parameter { $queryScript = " -CREATE TABLE `categorize` ( - `response` int(11) NOT NULL, - `keyword` varchar(50) NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - --- -------------------------------------------------------- - --- --- Structure de la table `form` --- CREATE TABLE `form` ( `id` int(11) NOT NULL,