{"slug":"bp-events-calendar","name":"BP Events Calendar","description":"The Modern Tribe's Events Calendar add-on that integrated into BuddyPress, and allow users to post events directly from their profile.","author":"WPDrift","active_installs":20,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/bp-events-calendar/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bpec_events_members","full_table_name":"wp_bpec_events_members","description":"Stores bpec events members data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"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","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}],"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' );"}],"table_count":2}