{"table_name":"analytics_event_attributes","full_table_name":"wp_analytics_event_attributes","description":"Stores analytics event attributes data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_analytics_event_attributes` ( `id` INT(11) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL, `event_uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, KEY `idx_uuid` (`event_uuid`) ) ENGINE","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"event_uuid","type":"char(36)","nullable":false,"primary_key":false},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"value","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"aesirx-analytics","name":"AesirX Analytics","active_installs":100,"version":"5.0.1","wp_org_url":"https://wordpress.org/plugins/aesirx-analytics/"}}