{"slug":"directiq-wp","name":"DirectIQ Email Marketing","description":"Easily create email marketing signup forms and embed them into your posts or pages, without having to write code.","author":"DirectIQ","active_installs":30,"version":"2.0","wp_org_url":"https://wordpress.org/plugins/directiq-wp/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"diq_forms","full_table_name":"wp_diq_forms","description":"Stores form definitions and related configuration.","detection_method":"both","confidence":"high","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"diq_form_label","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"diq_form_html","type":"text","nullable":false,"primary_key":false},{"name":"diq_form_shortcode","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"diq_form_appearance","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"diq_form_message","type":"text","nullable":true,"primary_key":false},{"name":"diq_form_setting","type":"varchar(1000)","nullable":true,"primary_key":false},{"name":"diq_form_checkbox_label","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"diq_form_publish_date","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"diq_form_custom_css","type":"varchar(1000)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE `wp_diq_forms` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `diq_form_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `diq_form_html` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `diq_form_shortcode` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `diq_form_appearance` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `diq_form_message` text COLLATE utf8mb4_unicode_520_ci,\\n  `diq_form_setting` varchar(1000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `diq_form_checkbox_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `diq_form_publish_date` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `diq_form_custom_css` varchar(1000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}