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_customersegment_segment` (\n  `segment_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Segment Id',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Name',\n  `description` text DEFAULT NULL COMMENT 'Description',\n  `is_active` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Is Active',\n  `conditions_serialized` mediumtext DEFAULT NULL COMMENT 'Conditions Serialized',\n  `processing_frequency` int(11) NOT NULL COMMENT 'Processing Frequency',\n  `condition_sql` mediumtext DEFAULT NULL COMMENT 'Condition Sql',\n  `apply_to` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Customer types to which this segment applies',\n  PRIMARY KEY (`segment_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Customersegment Segment'"