a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863064;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `sales_invoice_comment` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent ID',\n  `is_customer_notified` smallint(5) unsigned 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  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Updated At',\n  `user_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Admin User ID',\n  `user_type` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'User Type',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `SALES_INVOICE_COMMENT_ENTITY_ID_USER_ID_USER_TYPE` (`entity_id`,`user_id`,`user_type`),\n  KEY `SALES_INVOICE_COMMENT_CREATED_AT` (`created_at`),\n  KEY `SALES_INVOICE_COMMENT_PARENT_ID` (`parent_id`),\n  CONSTRAINT `SALES_INVOICE_COMMENT_PARENT_ID_SALES_INVOICE_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_invoice` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Sales Flat Invoice Comment'"