a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060676;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `expedux_exambookings_bookings_bk` (\n  `booking_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Booking ID',\n  `order_id` int DEFAULT NULL COMMENT 'Order ID',\n  `is_multidelegate` int DEFAULT NULL COMMENT 'Is Multideletegate',\n  `delegates_name` varchar(255) DEFAULT NULL COMMENT 'Delegates Name',\n  `delegates_email` varchar(255) DEFAULT NULL COMMENT 'Delegates Email',\n  `exam_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Exam Date',\n  `exam_slot` text NOT NULL COMMENT 'Exam Slot',\n  `exam_mode` text NOT NULL COMMENT 'Exam Mode',\n  `exam_types` text NOT NULL COMMENT 'Exam Types',\n  `apmg_id` text NOT NULL COMMENT 'APMG Booking Id',\n  `apmg_invoice` text NOT NULL COMMENT 'APMG Invoice',\n  `course_sku` text NOT NULL COMMENT 'Course Sku',\n  `candidate_no` text NOT NULL COMMENT 'Candidate No',\n  `request_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Request Date',\n  `status` int DEFAULT NULL COMMENT 'Booking Status',\n  `customer_comments` text NOT NULL COMMENT 'Cstomer Comments',\n  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',\n  `certificate_name` text,\n  `product_id` varchar(25) DEFAULT NULL,\n  `results` varchar(25) DEFAULT NULL,\n  `product_sku` varchar(45) DEFAULT NULL,\n  PRIMARY KEY (`booking_id`),\n  FULLTEXT KEY `EXPEDUX_EXAMBOOKINGS_BOOKINGS_DELEGATES_NAME` (`delegates_name`)\n) ENGINE=InnoDB AUTO_INCREMENT=8139 DEFAULT CHARSET=utf8mb3 COMMENT='Category Table'"