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 `catalogrule` (\n  `rule_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Name',\n  `description` text COMMENT 'Description',\n  `from_date` date DEFAULT NULL COMMENT 'From',\n  `to_date` date DEFAULT NULL COMMENT 'To',\n  `is_active` smallint NOT NULL DEFAULT '0' COMMENT 'Is Active',\n  `conditions_serialized` mediumtext COMMENT 'Conditions Serialized',\n  `actions_serialized` mediumtext COMMENT 'Actions Serialized',\n  `stop_rules_processing` smallint NOT NULL DEFAULT '1' COMMENT 'Stop Rules Processing',\n  `sort_order` int unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',\n  `simple_action` varchar(32) DEFAULT NULL COMMENT 'Simple Action',\n  `discount_amount` decimal(20,6) NOT NULL DEFAULT '0.000000' COMMENT 'Discount Amount',\n  PRIMARY KEY (`rule_id`),\n  KEY `CATALOGRULE_IS_ACTIVE_SORT_ORDER_TO_DATE_FROM_DATE` (`is_active`,`sort_order`,`to_date`,`from_date`)\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COMMENT='CatalogRule'"