a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863066;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `salesrule` (\n  `rule_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Name',\n  `description` text DEFAULT NULL COMMENT 'Description',\n  `from_date` date DEFAULT NULL COMMENT 'From',\n  `to_date` date DEFAULT NULL COMMENT 'To',\n  `uses_per_customer` int(11) NOT NULL DEFAULT 0 COMMENT 'Uses Per Customer',\n  `is_active` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Is Active',\n  `conditions_serialized` mediumtext DEFAULT NULL COMMENT 'Conditions Serialized',\n  `actions_serialized` mediumtext DEFAULT NULL COMMENT 'Actions Serialized',\n  `stop_rules_processing` smallint(6) NOT NULL DEFAULT 1 COMMENT 'Stop Rules Processing',\n  `is_advanced` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Is Advanced',\n  `product_ids` text DEFAULT NULL COMMENT 'Product Ids',\n  `sort_order` int(10) 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(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Discount Step',\n  `apply_to_shipping` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Apply To Shipping',\n  `times_used` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Times Used',\n  `is_rss` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Is Rss',\n  `coupon_type` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Coupon Type',\n  `use_auto_generation` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Use Auto Generation',\n  `uses_per_coupon` int(11) NOT NULL DEFAULT 0 COMMENT 'User Per Coupon',\n  `simple_free_shipping` smallint(5) unsigned DEFAULT NULL COMMENT 'Simple Free Shipping',\n  `row_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Version Id',\n  `created_in` bigint(20) unsigned NOT NULL DEFAULT 1 COMMENT 'Update Id',\n  `updated_in` bigint(20) unsigned NOT NULL DEFAULT 2147483647 COMMENT 'Next Update Id',\n  PRIMARY KEY (`row_id`),\n  KEY `SALESRULE_IS_ACTIVE_SORT_ORDER_TO_DATE_FROM_DATE` (`is_active`,`sort_order`,`to_date`,`from_date`),\n  KEY `SALESRULE_RULE_ID` (`rule_id`),\n  KEY `SALESRULE_CREATED_IN` (`created_in`),\n  KEY `SALESRULE_UPDATED_IN` (`updated_in`),\n  CONSTRAINT `SALESRULE_RULE_ID_SEQUENCE_SALESRULE_SEQUENCE_VALUE` FOREIGN KEY (`rule_id`) REFERENCES `sequence_salesrule` (`sequence_value`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=3744 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Salesrule'"