a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863063;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `product_alert_price` (\n  `alert_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Product alert price ID',\n  `customer_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Customer ID',\n  `product_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Product ID',\n  `price` decimal(20,6) NOT NULL DEFAULT 0.000000 COMMENT 'Price amount',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Website ID',\n  `store_id` smallint(5) unsigned DEFAULT 0 COMMENT 'Store ID',\n  `add_date` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Product alert add date',\n  `last_send_date` timestamp NULL DEFAULT NULL COMMENT 'Product alert last send date',\n  `send_count` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Product alert send count',\n  `status` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Product alert status',\n  PRIMARY KEY (`alert_price_id`),\n  KEY `PRODUCT_ALERT_PRICE_CUSTOMER_ID` (`customer_id`),\n  KEY `PRODUCT_ALERT_PRICE_PRODUCT_ID` (`product_id`),\n  KEY `PRODUCT_ALERT_PRICE_WEBSITE_ID` (`website_id`),\n  KEY `PRODUCT_ALERT_PRICE_STORE_ID` (`store_id`),\n  CONSTRAINT `PRODUCT_ALERT_PRICE_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,\n  CONSTRAINT `PRODUCT_ALERT_PRICE_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE` FOREIGN KEY (`product_id`) REFERENCES `sequence_product` (`sequence_value`) ON DELETE CASCADE,\n  CONSTRAINT `PRODUCT_ALERT_PRICE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `PRODUCT_ALERT_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Product Alert Price'"