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 `email_sms_order_queue` (\n  `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary key',\n  `website_id` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Website ID',\n  `store_id` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',\n  `type_id` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Type ID',\n  `order_id` smallint unsigned NOT NULL COMMENT 'Order ID',\n  `phone_number` varchar(255) DEFAULT NULL COMMENT 'Phone number',\n  `email` varchar(255) DEFAULT NULL COMMENT 'Customer email',\n  `additional_data` text COMMENT 'Additional data',\n  `status` smallint DEFAULT NULL COMMENT 'Status',\n  `content` text COMMENT 'Message content',\n  `message_id` varchar(255) DEFAULT NULL COMMENT 'Message ID',\n  `message` text COMMENT 'Delivery message',\n  `sent_at` timestamp NULL DEFAULT NULL COMMENT 'Sent at date',\n  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Creation time',\n  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update time',\n  PRIMARY KEY (`id`),\n  KEY `EMAIL_SMS_ORDER_QUEUE_WEBSITE_ID` (`website_id`),\n  KEY `EMAIL_SMS_ORDER_QUEUE_STORE_ID` (`store_id`),\n  CONSTRAINT `EMAIL_SMS_ORDER_QUEUE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `EMAIL_SMS_ORDER_QUEUE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COMMENT='Dotdigital SMS order queue table'"