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_rma` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'RMA Id',\n  `status` varchar(32) DEFAULT NULL COMMENT 'Status',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Is Active',\n  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',\n  `date_requested` timestamp NULL DEFAULT current_timestamp() COMMENT 'RMA Requested At',\n  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',\n  `order_increment_id` varchar(50) DEFAULT NULL COMMENT 'Order Increment Id',\n  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',\n  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',\n  `customer_custom_email` varchar(255) DEFAULT NULL COMMENT 'Customer Custom Email',\n  `protect_code` varchar(255) DEFAULT NULL COMMENT 'Protect Code',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `MAGENTO_RMA_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),\n  KEY `MAGENTO_RMA_STATUS` (`status`),\n  KEY `MAGENTO_RMA_IS_ACTIVE` (`is_active`),\n  KEY `MAGENTO_RMA_DATE_REQUESTED` (`date_requested`),\n  KEY `MAGENTO_RMA_ORDER_ID` (`order_id`),\n  KEY `MAGENTO_RMA_ORDER_INCREMENT_ID` (`order_increment_id`),\n  KEY `MAGENTO_RMA_STORE_ID` (`store_id`),\n  KEY `MAGENTO_RMA_CUSTOMER_ID` (`customer_id`),\n  CONSTRAINT `MAGENTO_RMA_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,\n  CONSTRAINT `MAGENTO_RMA_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='RMA LIst'"