a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863050;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `bazaarvoice_index_product` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `product_id` int(10) unsigned NOT NULL COMMENT 'Product ID',\n  `product_type` varchar(32) NOT NULL COMMENT 'Product Type',\n  `external_id` varchar(255) NOT NULL COMMENT 'Product External ID',\n  `category_external_id` varchar(255) DEFAULT NULL COMMENT 'Product Category External ID',\n  `brand_external_id` varchar(255) DEFAULT NULL COMMENT 'Product Brand External ID',\n  `family` varchar(255) DEFAULT NULL COMMENT 'Product Family',\n  `name` text NOT NULL COMMENT 'Product Name',\n  `locale_name` text DEFAULT NULL COMMENT 'Product Locale Name',\n  `description` text DEFAULT NULL COMMENT 'Product Description',\n  `locale_description` text DEFAULT NULL COMMENT 'Product Locale Description',\n  `product_page_url` text DEFAULT NULL COMMENT 'Product Page URL',\n  `locale_product_page_url` text DEFAULT NULL,\n  `image_url` text DEFAULT NULL COMMENT 'Product Image URL',\n  `locale_image_url` text DEFAULT NULL COMMENT 'Product Locale Image URL',\n  `upcs` text DEFAULT NULL COMMENT 'Product UPCs',\n  `eans` text DEFAULT NULL COMMENT 'Product EANs',\n  `isbns` text DEFAULT NULL COMMENT 'Product ISBNs',\n  `manufacturerpartnumbers` text DEFAULT NULL COMMENT 'Product Manufacturer Part Numbers',\n  `modelnumbers` text DEFAULT NULL COMMENT 'Product Model Numbers',\n  `scope` varchar(255) DEFAULT NULL COMMENT 'Scope',\n  `store_id` int(11) NOT NULL COMMENT 'Store ID',\n  `status` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Product Status (Enabled or Disabled)',\n  `version_id` bigint(20) unsigned NOT NULL DEFAULT 0 COMMENT 'Version ID',\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 'Modification Time',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `product_id` (`product_id`,`scope`,`store_id`),\n  UNIQUE KEY `BAZAARVOICE_INDEX_PRODUCT_PRODUCT_ID_SCOPE_STORE_ID` (`product_id`,`scope`,`store_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=666264 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Bazaarvoice Product Feed Index'"