{"table_name":"bpec_groups_events","full_table_name":"wp_bpec_groups_events","description":"Stores bpec groups events data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_bpec_groups_events ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, group_id bigint(20) NOT NULL, event_id bigint(20) NOT NULL, date_mapped datetime DEFAULT '0000-00-00 00:00:00' NOT NULL ) {$charset_collate};\"; $sql[] = \"CREATE TABLE wp_bpec_events_members ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, group_id bigint(20) NOT NULL, event_id bigint(20) NOT NULL, user_id bigint(20) NOT NULL, inviter_id bigint(20) NOT NULL, status varchar(255) DEFAULT NULL ) {$charset_collate};\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"group_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"event_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"date_mapped","type":"datetime","nullable":false,"primary_key":true},{"name":"group_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"event_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"inviter_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(255)","nullable":true,"primary_key":false}],"plugin":{"slug":"bp-events-calendar","name":"BP Events Calendar","active_installs":20,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/bp-events-calendar/"}}