a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863056;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `downloadable_link_purchased` (\n  `purchased_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Purchased ID',\n  `order_id` int(10) unsigned DEFAULT 0 COMMENT 'Order ID',\n  `order_increment_id` varchar(50) DEFAULT NULL COMMENT 'Order Increment ID',\n  `order_item_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Order Item ID',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Date of creation',\n  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Date of modification',\n  `customer_id` int(10) unsigned DEFAULT 0 COMMENT 'Customer ID',\n  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product name',\n  `product_sku` varchar(255) DEFAULT NULL COMMENT 'Product sku',\n  `link_section_title` varchar(255) DEFAULT NULL COMMENT 'Link_section_title',\n  PRIMARY KEY (`purchased_id`),\n  KEY `DOWNLOADABLE_LINK_PURCHASED_ORDER_ID` (`order_id`),\n  KEY `DOWNLOADABLE_LINK_PURCHASED_ORDER_ITEM_ID` (`order_item_id`),\n  KEY `DOWNLOADABLE_LINK_PURCHASED_CUSTOMER_ID` (`customer_id`),\n  CONSTRAINT `DL_LNK_PURCHASED_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,\n  CONSTRAINT `DOWNLOADABLE_LINK_PURCHASED_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE SET NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Downloadable Link Purchased Table'"