a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060675;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `catalog_product_entity` (\n  `entity_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `attribute_set_id` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',\n  `type_id` varchar(32) NOT NULL DEFAULT 'simple' COMMENT 'Type ID',\n  `sku` varchar(64) NOT NULL COMMENT 'SKU',\n  `has_options` smallint NOT NULL DEFAULT '0' COMMENT 'Has Options',\n  `required_options` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Required Options',\n  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Creation Time',\n  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Update Time',\n  PRIMARY KEY (`entity_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),\n  KEY `CATALOG_PRODUCT_ENTITY_SKU` (`sku`)\n) ENGINE=InnoDB AUTO_INCREMENT=5042 DEFAULT CHARSET=utf8mb3 COMMENT='Catalog Product Table'"