{
  "query": "CREATE TABLE IF NOT EXISTS `blocked_slots` (`id` int AUTO_INCREMENT NOT NULL, `roomId` int NOT NULL, `startDate` date NOT NULL, `endDate` date NOT NULL, `reason` varchar(200), `createdAt` timestamp NOT NULL DEFAULT (now()), CONSTRAINT `blocked_slots_id` PRIMARY KEY(`id`))",
  "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 36o4V54CBLBAd6v.fabfd647c362 --database Av9WJ4mhVY4Z89SDVK3Qfi --execute CREATE TABLE IF NOT EXISTS `blocked_slots` (`id` int AUTO_INCREMENT NOT NULL, `roomId` int NOT NULL, `startDate` date NOT NULL, `endDate` date NOT NULL, `reason` varchar(200), `createdAt` timestamp NOT NULL DEFAULT (now()), CONSTRAINT `blocked_slots_id` PRIMARY KEY(`id`))",
  "rows": [],
  "messages": [],
  "stdout": "",
  "stderr": "",
  "execution_time_ms": 287
}