a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863061;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `magento_rma_status_history` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',\n  `rma_entity_id` int(10) unsigned NOT NULL COMMENT 'RMA Entity Id',\n  `is_customer_notified` int(11) DEFAULT NULL COMMENT 'Is Customer Notified',\n  `is_visible_on_front` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Visible On Front',\n  `comment` text DEFAULT NULL COMMENT 'Comment',\n  `status` varchar(32) DEFAULT NULL COMMENT 'Status',\n  `created_at` timestamp NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `is_admin` smallint(6) DEFAULT NULL COMMENT 'Is this Merchant Comment',\n  PRIMARY KEY (`entity_id`),\n  KEY `MAGENTO_RMA_STATUS_HISTORY_RMA_ENTITY_ID` (`rma_entity_id`),\n  KEY `MAGENTO_RMA_STATUS_HISTORY_CREATED_AT` (`created_at`),\n  CONSTRAINT `MAGENTO_RMA_STATUS_HISTORY_RMA_ENTITY_ID_MAGENTO_RMA_ENTITY_ID` FOREIGN KEY (`rma_entity_id`) REFERENCES `magento_rma` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='RMA status history magento_rma_status_history'"