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 `eadesign_pdf_templates` (\n  `template_id` smallint NOT NULL AUTO_INCREMENT COMMENT 'Template Id',\n  `is_active` smallint NOT NULL DEFAULT '1' COMMENT 'Template active?',\n  `template_name` varchar(100) NOT NULL COMMENT 'Template name',\n  `template_description` text NOT NULL COMMENT 'Template description',\n  `template_default` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Template default',\n  `template_type` smallint NOT NULL DEFAULT '1' COMMENT 'Template type',\n  `template_body` mediumtext COMMENT 'Template body',\n  `template_header` mediumtext COMMENT 'Template header',\n  `template_footer` mediumtext COMMENT 'Template footer',\n  `template_css` text NOT NULL COMMENT 'Template css',\n  `template_file_name` varchar(100) NOT NULL COMMENT 'Template file name',\n  `template_paper_form` smallint NOT NULL DEFAULT '0' COMMENT 'Paper format',\n  `template_custom_form` smallint NOT NULL DEFAULT '0' COMMENT 'Paper custom format',\n  `template_custom_h` decimal(10,0) NOT NULL DEFAULT '1' COMMENT 'Custom template height',\n  `template_custom_w` decimal(10,0) NOT NULL DEFAULT '1' COMMENT 'Custom template width',\n  `template_custom_t` decimal(10,0) NOT NULL DEFAULT '1' COMMENT 'Custom template top margin',\n  `template_custom_b` decimal(10,0) NOT NULL DEFAULT '1' COMMENT 'Custom template bottom margin',\n  `template_custom_l` decimal(10,0) NOT NULL DEFAULT '1' COMMENT 'Custom template left margin',\n  `template_custom_r` decimal(10,0) NOT NULL DEFAULT '1' COMMENT 'Custom template right margin',\n  `template_paper_ori` smallint NOT NULL DEFAULT '0' COMMENT 'Paper orientation',\n  `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Creation Time',\n  `update_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Update Time',\n  PRIMARY KEY (`template_id`),\n  KEY `TEMPLATE_ID_TEMPLATE_ID` (`template_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COMMENT='Eadesign PDF Generator Installer'"