{"slug":"neeed-dynamic-websites","name":"NEEED – Dynamic Websites","description":"NEEED helps you to individually communicate with your visitors. Show dynamic content based on the situation, history and behavior of each visitor.","author":"keinmarketing","active_installs":10,"version":"0.12.0","wp_org_url":"https://wordpress.org/plugins/neeed-dynamic-websites/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"dynweb_conditions","full_table_name":"wp_dynweb_conditions","description":"Stores dynweb conditions data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_dynweb_conditions` (\\n  `condition_id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `rule_id` int unsigned NOT NULL,\\n  `type` varchar(255) NOT NULL,\\n  `position` smallint NOT NULL,\\n  `param1` varchar(255) NOT NULL,\\n  `param2` varchar(255) NOT NULL,\\n  `param3` varchar(255) NOT NULL,\\n  PRIMARY KEY (`condition_id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"table_name":"dynweb_rules","full_table_name":"wp_dynweb_rules","description":"Stores dynweb rules data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_dynweb_rules` (\\n  `rule_id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `name` varchar(255) NOT NULL,\\n  PRIMARY KEY (`rule_id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"}],"table_count":2}