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_category` (\n  `category_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Category ID',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Category Name',\n  `description` text COMMENT 'Category Description',\n  `store_ids` text NOT NULL COMMENT 'Store Id',\n  `url_key` varchar(255) DEFAULT NULL COMMENT 'Category URL Key',\n  `enabled` int DEFAULT NULL COMMENT 'Category Enabled',\n  `meta_title` varchar(255) DEFAULT NULL COMMENT 'Category Meta Title',\n  `meta_description` text COMMENT 'Category Meta Description',\n  `meta_keywords` text COMMENT 'Category Meta Keywords',\n  `meta_robots` text,\n  `parent_id` int DEFAULT NULL COMMENT 'Category Parent Id',\n  `path` varchar(255) DEFAULT NULL COMMENT 'Category Path',\n  `position` int DEFAULT NULL COMMENT 'Category Position',\n  `level` int DEFAULT NULL COMMENT 'Category Level',\n  `children_count` int DEFAULT NULL COMMENT 'Category Children Count',\n  `updated_at` timestamp NULL DEFAULT NULL,\n  `created_at` timestamp NULL DEFAULT NULL,\n  `import_source` text COMMENT 'Import Source',\n  PRIMARY KEY (`category_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COMMENT='Category Table'"