a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060676;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `expedux_customerdoc_document` (\n  `document_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Document ID',\n  `document_name` varchar(255) DEFAULT NULL COMMENT 'Document Name',\n  `document_description` text COMMENT 'Document Description',\n  `file_path` text COMMENT 'File Path',\n  `status` int DEFAULT NULL COMMENT 'Status',\n  `send_mail` varchar(255) DEFAULT NULL COMMENT 'Mail Send',\n  `customer_category` varchar(255) DEFAULT NULL COMMENT 'Customer Category',\n  `customer_group` varchar(255) DEFAULT NULL COMMENT 'Customer Group',\n  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',\n  PRIMARY KEY (`document_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3 COMMENT='Category Table'"