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 `webforms` (\n  `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Form ID',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Form Name',\n  `code` varchar(255) DEFAULT NULL COMMENT 'Form Code',\n  `redirect_url` text COMMENT 'Redirect URL',\n  `description` text COMMENT 'Description',\n  `success_text` text COMMENT 'Success Text',\n  `send_email` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Send admin notification',\n  `add_header` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Add header to the e-mail',\n  `duplicate_email` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Send customer notification',\n  `email` varchar(255) DEFAULT NULL COMMENT 'Admin notification e-mail address',\n  `email_reply_to` text COMMENT 'Reply-to e-mail address for customer',\n  `email_template_id` int DEFAULT NULL COMMENT 'Admin notification template',\n  `email_customer_template_id` int DEFAULT NULL COMMENT 'Customer notification template',\n  `email_reply_template_id` int DEFAULT NULL COMMENT 'Reply template',\n  `email_result_approval` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Enable result approval',\n  `email_result_approved_template_id` int DEFAULT NULL COMMENT 'Approved result notification template',\n  `email_result_completed_template_id` int DEFAULT NULL COMMENT 'Completed result notification template',\n  `email_result_notapproved_template_id` int DEFAULT NULL COMMENT 'Not approved result notification template',\n  `email_attachments_admin` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Attach files to admin notifications',\n  `email_attachments_customer` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Attach files to customer notifications',\n  `survey` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Survey mode',\n  `approve` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Enable results approval',\n  `captcha_mode` varchar(40) DEFAULT NULL COMMENT 'Captcha mode',\n  `files_upload_limit` int unsigned NOT NULL DEFAULT '0' COMMENT 'Files upload limit',\n  `images_upload_limit` int unsigned NOT NULL DEFAULT '0' COMMENT 'Images upload limit',\n  `created_time` datetime DEFAULT NULL COMMENT 'Created time',\n  `update_time` timestamp NULL DEFAULT NULL COMMENT 'Last update time',\n  `is_active` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Active',\n  `menu` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Add form link to menu',\n  `submit_button_text` varchar(255) DEFAULT NULL COMMENT 'Submit button text',\n  `print_template_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Print template',\n  `print_attach_to_email` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Attach printed result to notification',\n  `access_enable` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Enable access controls',\n  `access_groups_serialized` text COMMENT 'Access groups',\n  `dashboard_enable` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Enable customer dashboard controls',\n  `dashboard_groups_serialized` text COMMENT 'Dashboard groups',\n  `customer_print_template_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Customer print template',\n  `customer_print_attach_to_email` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Attach printed result to customer notification',\n  `approved_print_template_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Approved result print template',\n  `approved_print_attach_to_email` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Attach approved printed result to customer notification',\n  `completed_print_template_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Completed result print template',\n  `completed_print_attach_to_email` smallint unsigned NOT NULL DEFAULT '0' COMMENT 'Attach completed printed result to customer notification',\n  `email_customer_sender_name` varchar(255) DEFAULT NULL COMMENT 'Sender name for customer email',\n  `bcc_admin_email` varchar(255) DEFAULT NULL COMMENT 'BCC Admin Email',\n  `bcc_customer_email` varchar(255) DEFAULT NULL COMMENT 'BCC Customer Email',\n  `bcc_approval_email` varchar(255) DEFAULT NULL COMMENT 'BCC Approval Email',\n  `accept_url_parameters` smallint DEFAULT NULL COMMENT 'Accept URL parameters',\n  `frontend_download` smallint DEFAULT NULL COMMENT 'Frontend Download',\n  `customer_result_permissions_serialized` text COMMENT 'Customer Result Permissions',\n  `delete_submissions` smallint DEFAULT NULL COMMENT 'Delete Submissions',\n  `purge_enable` smallint DEFAULT NULL COMMENT 'Purge Enable',\n  `purge_period` int DEFAULT NULL COMMENT 'Purge Period',\n  `show_gdpr_agreement_text` smallint DEFAULT NULL COMMENT 'Show GDPR Text',\n  `gdpr_agreement_text` text COMMENT 'GDPR Text',\n  `show_gdpr_agreement_checkbox` smallint DEFAULT NULL COMMENT 'Show GDPR Checkbox',\n  `gdpr_agreement_checkbox_required` smallint DEFAULT NULL COMMENT 'GDPR Checkbox Required',\n  `gdpr_agreement_checkbox_do_not_store` smallint DEFAULT NULL COMMENT 'GDPR Checkbox Do Not Store',\n  `gdpr_agreement_checkbox_label` text COMMENT 'GDPR Checkbox Label',\n  `gdpr_agreement_checkbox_error_text` text COMMENT 'GDPR Error Text',\n  PRIMARY KEY (`id`)\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COMMENT='WebForms Forms'"