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_fieldsets` (\n  `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Fieldset ID',\n  `webform_id` int unsigned NOT NULL COMMENT 'Form ID',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Fieldset Name',\n  `css_class` text COMMENT 'CSS class',\n  `result_display` varchar(10) DEFAULT NULL COMMENT 'Display in notification',\n  `position` int DEFAULT NULL COMMENT 'Position',\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  PRIMARY KEY (`id`),\n  KEY `WEBFORMS_FIELDS_WEBFORM_ID_WEBFORMS_ID` (`webform_id`),\n  CONSTRAINT `WEBFORMS_FIELDS_WEBFORM_ID_WEBFORMS_ID` FOREIGN KEY (`webform_id`) REFERENCES `webforms` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COMMENT='WebForms Fieldsets'"