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_giftregistry_entity` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',\n  `type_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Type Id',\n  `customer_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Customer Id',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Website Id',\n  `is_public` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Is Public',\n  `url_key` varchar(100) DEFAULT NULL COMMENT 'Url Key',\n  `title` varchar(255) DEFAULT NULL COMMENT 'Title',\n  `message` text NOT NULL COMMENT 'Message',\n  `shipping_address` blob DEFAULT NULL COMMENT 'Shipping Address',\n  `custom_values` text DEFAULT NULL COMMENT 'Custom Values',\n  `is_active` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Is Active',\n  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created At',\n  PRIMARY KEY (`entity_id`),\n  KEY `MAGENTO_GIFTREGISTRY_ENTITY_CUSTOMER_ID` (`customer_id`),\n  KEY `MAGENTO_GIFTREGISTRY_ENTITY_WEBSITE_ID` (`website_id`),\n  KEY `MAGENTO_GIFTREGISTRY_ENTITY_TYPE_ID` (`type_id`),\n  CONSTRAINT `FK_AC6F6DB40013C09CA44DFBC3453C4954` FOREIGN KEY (`type_id`) REFERENCES `magento_giftregistry_type` (`type_id`) ON DELETE CASCADE,\n  CONSTRAINT `MAGENTO_GIFTREGISTRY_ENTITY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE,\n  CONSTRAINT `MAGENTO_GIFTREGISTRY_ENTT_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Gift Registry Entity Table'"