a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060677;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `sales_invoice_comment` (\n  `entity_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `parent_id` int unsigned NOT NULL COMMENT 'Parent ID',\n  `is_customer_notified` smallint unsigned DEFAULT NULL COMMENT 'Is Customer Notified',\n  `is_visible_on_front` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',\n  `comment` text COMMENT 'Comment',\n  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',\n  PRIMARY KEY (`entity_id`),\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=3038 DEFAULT CHARSET=utf8mb3 COMMENT='Sales Flat Invoice Comment'"