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 `mageplaza_blog_topic` (\n  `topic_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Topic ID',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Topic Name',\n  `description` text COMMENT 'Topic Description',\n  `store_ids` text NOT NULL COMMENT 'Store Id',\n  `enabled` int DEFAULT NULL COMMENT 'Topic Enabled',\n  `url_key` varchar(255) DEFAULT NULL COMMENT 'Topic URL Key',\n  `meta_title` varchar(255) DEFAULT NULL COMMENT 'Topic Meta Title',\n  `meta_description` text COMMENT 'Topic Meta Description',\n  `meta_keywords` text COMMENT 'Topic Meta Keywords',\n  `meta_robots` text,\n  `updated_at` timestamp NULL DEFAULT NULL,\n  `created_at` timestamp NULL DEFAULT NULL,\n  `import_source` text COMMENT 'Import Source',\n  PRIMARY KEY (`topic_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COMMENT='Topic Table'"