{"table_name":"wsf_submit","full_table_name":"wp_wsf_submit","description":"Stores wsf submit data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_wsf_submit` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `form_id` bigint unsigned NOT NULL,\\n  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `date_expire` datetime DEFAULT NULL,\\n  `user_id` bigint unsigned NOT NULL,\\n  `hash` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `actions` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `section_repeatable` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `count_submit` bigint unsigned NOT NULL,\\n  `duration` bigint unsigned NOT NULL,\\n  `status` char(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `preview` tinyint(1) NOT NULL,\\n  `spam_level` tinyint(1) DEFAULT NULL,\\n  `starred` tinyint(1) NOT NULL DEFAULT '0',\\n  `viewed` tinyint(1) NOT NULL DEFAULT '0',\\n  `encrypted` tinyint(1) NOT NULL DEFAULT '0',\\n  `token` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `token_validated` tinyint(1) NOT NULL DEFAULT '0',\\n  PRIMARY KEY (`id`),\\n  KEY `form_id` (`form_id`),\\n  KEY `date_added` (`date_added`),\\n  KEY `date_expire` (`date_expire`),\\n  KEY `user_id` (`user_id`),\\n  KEY `viewed` (`viewed`),\\n  KEY `hash` (`hash`),\\n  KEY `status` (`status`),\\n  KEY `token` (`token`),\\n  KEY `form_id_status` (`form_id`,`status`),\\n  KEY `form_id_viewed_status` (`form_id`,`viewed`,`status`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"ws-form","name":"WS Form LITE – Drag & Drop Contact Form Builder","active_installs":10000,"version":"1.11.15","wp_org_url":"https://wordpress.org/plugins/ws-form/"}}