a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060677;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `salesrule` (\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  `uses_per_customer` int NOT NULL DEFAULT '0' COMMENT 'Uses Per Customer',\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  `is_advanced` smallint unsigned NOT NULL DEFAULT '1' COMMENT 'Is Advanced',\n  `product_ids` text COMMENT 'Product Ids',\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(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount',\n  `discount_qty` decimal(12,4) DEFAULT NULL COMMENT 'Discount Qty',\n  `discount_step` int unsigned NOT NULL DEFAULT '0' COMMENT 'Discount Step',\n  `apply_to_shipping` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Apply To Shipping',\n  `times_used` int unsigned NOT NULL DEFAULT '0' COMMENT 'Times Used',\n  `is_rss` smallint NOT NULL DEFAULT '0' COMMENT 'Is Rss',\n  `coupon_type` smallint unsigned NOT NULL DEFAULT '1' COMMENT 'Coupon Type',\n  `use_auto_generation` smallint NOT NULL DEFAULT '0' COMMENT 'Use Auto Generation',\n  `uses_per_coupon` int NOT NULL DEFAULT '0' COMMENT 'User Per Coupon',\n  `simple_free_shipping` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Simple Free Shipping',\n  PRIMARY KEY (`rule_id`),\n  KEY `SALESRULE_IS_ACTIVE_SORT_ORDER_TO_DATE_FROM_DATE` (`is_active`,`sort_order`,`to_date`,`from_date`)\n) ENGINE=InnoDB AUTO_INCREMENT=128311 DEFAULT CHARSET=utf8mb3 COMMENT='Salesrule'"