{"table_name":"fe_event_user_groups","full_table_name":"wp_fe_event_user_groups","description":"Stores fe event user groups data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fe_event_user_groups ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, event_id BIGINT(20) UNSIGNED NOT NULL, name VARCHAR(50) NOT NULL DEFAULT '', email VARCHAR(100) NOT NULL DEFAULT '', num_tickets INT NOT NULL DEFAULT '0', PRIMARY KEY (id), UNIQUE KEY email (event_id,email) ) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"event_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"name","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"num_tickets","type":"INT","nullable":false,"primary_key":false}],"plugin":{"slug":"fast-events","name":"Fast Events","active_installs":20,"version":"3.0.0","wp_org_url":"https://wordpress.org/plugins/fast-events/"}}