a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863067;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `theme` (\n  `theme_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Theme identifier',\n  `parent_id` int(11) DEFAULT NULL COMMENT 'Parent ID',\n  `theme_path` varchar(255) DEFAULT NULL COMMENT 'Theme Path',\n  `theme_title` varchar(255) NOT NULL COMMENT 'Theme Title',\n  `preview_image` varchar(255) DEFAULT NULL COMMENT 'Preview Image',\n  `is_featured` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Is Theme Featured',\n  `area` varchar(255) NOT NULL COMMENT 'Theme Area',\n  `type` smallint(6) NOT NULL COMMENT 'Theme type: 0:physical, 1:virtual, 2:staging',\n  `code` text DEFAULT NULL COMMENT 'Full theme code, including package',\n  PRIMARY KEY (`theme_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Core theme'"