a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863060;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `magento_reminder_rule_coupon` (\n  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',\n  `coupon_id` int(10) unsigned DEFAULT NULL COMMENT 'Coupon Id',\n  `customer_id` int(10) unsigned NOT NULL COMMENT 'Customer Id',\n  `associated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Associated At',\n  `emails_failed` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Emails Failed',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Is Active',\n  PRIMARY KEY (`rule_id`,`customer_id`),\n  CONSTRAINT `FK_FA39D6431E86747002D2933B525577A3` FOREIGN KEY (`rule_id`) REFERENCES `magento_reminder_rule` (`rule_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Reminder Rule Coupon'"