{ "query": "CREATE TABLE IF NOT EXISTS `logsRappels` (\n `id` int AUTO_INCREMENT NOT NULL,\n `rappelId` int NOT NULL,\n `sequenceId` int NOT NULL,\n `apprenantId` int NOT NULL,\n `emailDestinataire` varchar(320) NOT NULL,\n `typeRappel` varchar(50) NOT NULL,\n `dateEnvoi` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n `statut` enum('success', 'failed') NOT NULL,\n `messageErreur` text,\n `dateSequence` timestamp NOT NULL,\n `createdAt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n CONSTRAINT `logsRappels_id` PRIMARY KEY(`id`)\n);", "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.root --database 7PAT67UmWoxv8vwp8Bbcv6 --execute CREATE TABLE IF NOT EXISTS `logsRappels` (\n `id` int AUTO_INCREMENT NOT NULL,\n `rappelId` int NOT NULL,\n `sequenceId` int NOT NULL,\n `apprenantId` int NOT NULL,\n `emailDestinataire` varchar(320) NOT NULL,\n `typeRappel` varchar(50) NOT NULL,\n `dateEnvoi` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n `statut` enum('success', 'failed') NOT NULL,\n `messageErreur` text,\n `dateSequence` timestamp NOT NULL,\n `createdAt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n CONSTRAINT `logsRappels_id` PRIMARY KEY(`id`)\n);", "rows": [], "messages": [], "stdout": "", "stderr": "", "execution_time_ms": 246 }