{"slug":"wp-snakemember-integration","name":"WP Snakemember Integration","description":"Wordpress integration plugin for SnakeMember","author":"snakemember","active_installs":20,"version":"2.0.5","wp_org_url":"https://wordpress.org/plugins/wp-snakemember-integration/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"orders","full_table_name":"wp_orders","description":"Stores orders data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE orders( * id int primary key auto_increment, * person_id int not null, * cost decimal(10,2), * total decimal(10,2) * );"},{"table_name":"people","full_table_name":"wp_people","description":"Stores people data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE people( * id int primary key auto_increment, * parent_id int, * first_name varchar(50), * last_name varchar(50) * );"},{"table_name":"sm_object_permissions","full_table_name":"wp_sm_object_permissions","description":"Stores sm object permissions data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_sm_object_permissions` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `object_id` int NOT NULL,\\n  `object_class` varchar(25) NOT NULL,\\n  `user_id` int NOT NULL,\\n  `granted_at` datetime DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=MyISAM DEFAULT CHARSET=latin1"}],"table_count":3}